jurgisp/memory-maze

Is the structure of the environment fixed once the environment is created?

Closed this issue · 1 comments

When I use gym to interact with memory-maze.

Is the structure of the environment fixed once the environment is created?

Or will thie env structure be rebuilt every time when the reset method is called?

The maze is regenerated every time env.reset() is called, so you should only need to create the environment once and use it during the course of training.