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
stable-baselines3 does not support '<class 'gym.spaces.dict.Dict'>', so when I run trials/scripts/train_trials.py, I get the following error
assert not hasattr(obs_space, "spaces"), f"Unsupported structured space '{type(obs_space)}'"
AssertionError: Unsupported structured space '<class 'gym.spaces.dict.Dict'>
How can the code be executed?
The text was updated successfully, but these errors were encountered:
@selenak666 hi, I am also trying, being debug for a while for several issues and still can not train successfully.
could you try to use stable-baselines3 1.6.2 version?
stable-baselines3 does not support '<class 'gym.spaces.dict.Dict'>', so when I run trials/scripts/train_trials.py, I get the following error
How can the code be executed?
The text was updated successfully, but these errors were encountered: