def figure2_1():
global figureIndex
plt.figure(figureIndex)
figureIndex += 1
sns.violinplot(data=np.random.randn(200,10) + np.random.randn(10))
plt.xlabel("Action")
plt.ylabel("Reward distribution")
TenArmedTestbed.py 文件源码
python
阅读 28
收藏 0
点赞 0
评论 0
评论列表
文章目录