dimikout3 / MarsExplorer

59 stars 6 forks source link

running the tests #9

Open melnimr opened 1 year ago

melnimr commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

dimikout3 commented 1 year ago

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 commented 1 year ago

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