MarsExplorer icon indicating copy to clipboard operation
MarsExplorer copied to clipboard

running the tests

Open melnimr opened this issue 1 year ago • 4 comments

When trying to run the tests:

python3 mars-explorer/tests/test.py

I get

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

melnimr avatar May 15 '23 23:05 melnimr

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.

dimikout3 avatar May 16 '23 07:05 dimikout3

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

melnimr avatar May 16 '23 08:05 melnimr

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

dimikout3 avatar May 16 '23 09:05 dimikout3

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

mmyyen avatar Oct 19 '23 08:10 mmyyen