Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gym.error.UnregisteredEnv: No registered env with id: meme-v0 #3275

Open
HRYEJJKUK opened this issue May 10, 2024 · 1 comment
Open

gym.error.UnregisteredEnv: No registered env with id: meme-v0 #3275

HRYEJJKUK opened this issue May 10, 2024 · 1 comment

Comments

@HRYEJJKUK
Copy link

Using gym in python, using my own defined environment:meme-v0. But it keeps reporting an error:gym.error.UnregisteredEnv: No registered env with id: meme-v0
image
image
Here are my attachments:
ExpressLanes_Deep-RL-master.zip
Once open, you can run it directly using cmd.exe and typing: python spinup/algos/vpg/vpg.py --env meme-v0 --steps 240 --epochs 100 --exp_name LBJ --seed 200 --objective RevMax.

@pseudo-rnd-thoughts
Copy link
Contributor

Have you registered the environment before it is created?
You can check the registry variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants