IS_Slippery参数如何影响Frozenlake环境中的奖励?
IS_Slippery参数如何影响Frozenlake环境中的奖励?
Frozenlake环境具有一个名为IS_Slippery的参数,如果设置为true,则将以1/3的概率向预期方向移动,否则将以垂直方向移动,这两个方向在两个方向上相等的概率为1/3。 IS_Slippery参数如何影响环境产生的奖励?还是仅仅是将代理偏离其预期路径的工作?
How does the is_slippery parameter affect the reward in Frozenlake Environment?
Frozenlake environment has a parameter named is_slippery, which if set to True will move in intended direction with probability of 1/3 else will move in either perpendicular direction with equal probability of 1/3 in both directions. How does this is_slippery parameter affect the reward generated from the environment? Or does it merely do the job of deflecting the agent from it intended path?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“is_slippery”参数确定您是否将 Frozenlake 环境用作随机(True)或确定性(False)。
https://zoo.cs.yale.edu/类/cs470/materials/hws/hw7/FrozenLake.html
The "is_slippery" parameter determines if you are using the Frozenlake environment as stochastic (True) or deterministic (False).
https://zoo.cs.yale.edu/classes/cs470/materials/hws/hw7/FrozenLake.html