alex-petrenko / curious-rl

Curiosity-driven Exploration by Self-supervised Prediction
MIT License
18 stars 3 forks source link

No sparse and very sparse mazes #1

Closed WangChen100 closed 5 years ago

WangChen100 commented 5 years ago

Hi Alex, it raises error, " No registered env with id: VizdoomMyWayHomeSparse-v0", when I test sparse and very sparse maze.

Is there anything wrong when I install the packages?

Thank you very much. Waiting for your reply.

WangChen100 commented 5 years ago

Screenshot from 2019-06-13 20-50-32

alex-petrenko commented 5 years ago

Hmm... maybe vizdoomgym package didn't install properly. I will look at it!

alex-petrenko commented 5 years ago

Can you pull the latest commit and try again? Some package versions weren't locked in Pipfile and presumably your installation failed, that's why gym cannot detect envs in vizdoomgym.

I suggest you kill your pipenv with pipenv --rm and then follow updated instruction:

pipenv install
pipenv shell
python -m algorithms.curious_a2c.train_curious_a2c --env=doom_maze_very_sparse

It worked for me now with a fresh installation on a new machine