问题遇到的现象和发生背景
rainbow:使用PyTorch实现彩虹算法,并在Pong游戏上进行测试
运行遇到报错
用代码块功能插入代码,请勿粘贴截图
A.L.E: Arcade Learning Environment (version 0.8.0+919230b)
[Powered by Stella]
Traceback (most recent call last):
File "E:/Python_code/RL/rainbow-main/run.py", line 109, in <module>
_, config.c, config.h, config.w = Agent.get_state(env.reset(), config).shape
File "E:\Python_code\RL\rainbow-main\environment.py", line 232, in reset
ob = self.env.reset()
TypeError: reset() missing 1 required positional argument: 'kwargs'