gbartyzel / mobile_robot_rl

Mobile robot control in V-REP using Deep Reinforcement Learning Algorithms.
MIT License
29 stars 9 forks source link

AttributeError: can't set attribute #9

Open Murphy103 opened 2 years ago

Murphy103 commented 2 years ago

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 :)

gbartyzel commented 2 years ago

@Murphy103 Hello, sorry for late answer. I'll look a this in the next month, is it ok for you?