Closed WangChen100 closed 5 years ago
Hmm... maybe vizdoomgym package didn't install properly. I will look at it!
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
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.