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
Traceback (most recent call last):
File "train.py", line 177, in <module>
main()
File "train.py", line 76, in main
env = gym.make('CrowdSim-v0')
File "/home/vale/github/trajnet++/trajnetv/lib/python3.8/site-packages/gym/envs/registration.py", line 669, in make
env = PassiveEnvChecker(env)
File "/home/vale/github/trajnet++/trajnetv/lib/python3.8/site-packages/gym/wrappers/env_checker.py", line 20, in __init__
assert hasattr(
AssertionError: The environment must specify an action space. https://www.gymlibrary.dev/content/environment_creation/
Can anyone help me to fix this?
The text was updated successfully, but these errors were encountered:
I just tried running
and see an error
Can anyone help me to fix this?
The text was updated successfully, but these errors were encountered: