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

running the tests #9

Open
melnimr opened this issue May 15, 2023 · 4 comments
Open

running the tests #9

melnimr opened this issue May 15, 2023 · 4 comments

Comments

@melnimr
Copy link

melnimr commented May 15, 2023

When trying to run the tests:

python3 mars-explorer/tests/test.py

I get

gym.error.Error: No registered env with id: exploConf-v01

@dimikout3
Copy link
Owner

Hello, it seems that the environment is not installed in the gym. Check for errors earlier, during the installment process. Let me know if you find anything.

@melnimr
Copy link
Author

melnimr commented May 16, 2023

To be honest I don't know what you mean by installation, are we talking about the pip install -e thing?

@dimikout3
Copy link
Owner

Yes, you must somehow let the "open-ai gym" now that you have created a new environment called "exploConf-v01". Check if it is registered in your open-ai gym environments

@mmyyen
Copy link

mmyyen commented Oct 19, 2023

I find sometime if you change the exploConf-v01 into exploConf-v1 . it might work

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

3 participants