You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File /Carla/RNN/carla-agent/rl/agents/agents.py", line 70, in set_random_seed
self.env.seed(seed)
AttributeError: 'CARLAEnv' object has no attribute 'seed'
The text was updated successfully, but these errors were encountered:
Hi, I guess the error is due to the newer versions of gym to have adopted a new API, and so old things have broken... Try to install version 0.22 or older: e.g. pip install gym==0.22.0
File /Carla/RNN/carla-agent/rl/agents/agents.py", line 70, in set_random_seed
self.env.seed(seed)
AttributeError: 'CARLAEnv' object has no attribute 'seed'
The text was updated successfully, but these errors were encountered: