obstacle-tower-env
obstacle-tower-env copied to clipboard
Save/Loads for the environment
Hello.
Thank you very much for the environment. I'm sure that it will be very helpful for the community.
However, there is one thing that wasn't clear from the code or the documentation. For some algorithms, it is very helpful if an environment supports save/loads, e.g. recent Go-Explore algorithm from Uber.
Is it somehow possible to do this with the existing implementation?
Thank you!
Hi @PeterZhizhin
We do not support save/loading of the state. What is possible is to set the starting seed and floor for the episode. In this way it is possible to return to a specific floor on a specific seed of the tower.