easy-rl
easy-rl copied to clipboard
强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
https://datawhalechina.github.io/easy-rl/#/chapter4/chapter4 Description
AttributeError: 'Config' object has no attribute 'save_fig' 这里plot_rewards函数里的cfg.save_fig应该改为cfg.save
蒙特卡洛的文件里引用了plot.py,这里没有呀,请大佬更新一下~
这对运行示例代码比较重要,例如python,gym,torch等库的具体版本
https://datawhalechina.github.io/easy-rl/#/chapter3/project1 Description
https://datawhalechina.github.io/easy-rl/#/chapter9/chapter9 Description
伪代码错误
作者您好,我发现这个伪代码的表述存在问题,我特意翻了一下RL: AI (Richard S. Sutton) 本书: RL: AI: 标记位置应该是判断出现此种情况,而不是“没有出现”,不知道我理解的对不对。 而且,还有一个问题想请教,希望能得到您的回复。以下两个函数按顺序分别为Q-learning和Sarsa选择action的方式: 请问是e-greedy 策略的两种实现方法吗? 谢谢!
https://datawhalechina.github.io/easy-rl/#/chapter1/chapter1 Description