jurgisp / memory-maze

Evaluating long-term memory of reinforcement learning algorithms
MIT License
129 stars 13 forks source link

Is the Id of the Maze Env changed? #5

Closed hydro-man closed 1 year ago

hydro-man commented 1 year ago

Hello! I found that this project has updated a few days ago. Is the id to make the env changed? I remember the old name is 'dmc_memory_maze:MemoryMaze-9x9-v0', but now it seems not. I wander to know the differences between the new version and the old one.

jurgisp commented 1 year ago

Yes, if you have been using pre-release version (thanks for early interest!), the package was renamed from dmc_memory_maze to memory_maze for the final v1.0 release. As a result, the gym environment id is now memory_maze:MemoryMaze-9x9-v0. That should be the only change.