mobile_robot_rl icon indicating copy to clipboard operation
mobile_robot_rl copied to clipboard

AttributeError: can't set attribute

Open Murphy103 opened this issue 1 year ago • 1 comments

Hello,I'm running your project and an error occured:

Traceback (most recent call last): File "/home/PycharmProjects/gymdemo/mobile_robot_rl/run.py", line 71, in run_vision_env(4) File "/home/PycharmProjects/gymdemo/mobile_robot_rl/run.py", line 15, in run_vision_env length=history_length) File "/home/PycharmProjects/gymdemo/mobile_robot_rl/common/env_wrapper.py", line 150, in make_env env = FrameStack(env, length, nchw_format) File "/home/PycharmProjects/gymdemo/mobile_robot_rl/common/env_wrapper.py", line 104, in init value.shape = generate_shape(shp) AttributeError: can't set attribute

Do you know how to solve it?

Thanks in advance :)

Murphy103 avatar Oct 07 '22 08:10 Murphy103