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
I run the code with python a3c.py and it throws out that gym.error.UnregisteredEnv: No registered env with id: Lis-v2
I found that it use "Lis-v2" in the file "a3c_training_thread.py". I haven't yet find it in the gym docs, does gym has this env? How can i solve it?
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
I run the code with
python a3c.py
and it throws out thatgym.error.UnregisteredEnv: No registered env with id: Lis-v2
I found that it use "Lis-v2" in the file "a3c_training_thread.py". I haven't yet find it in the gym docs, does gym has this env? How can i solve it?
Any help is appreciated!
The text was updated successfully, but these errors were encountered: