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'>