obstacle-tower-env icon indicating copy to clipboard operation
obstacle-tower-env copied to clipboard

Save/Loads for the environment

Open PeterZhizhin opened this issue 6 years ago • 1 comments

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!

PeterZhizhin avatar Feb 10 '19 10:02 PeterZhizhin

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.

awjuliani avatar Feb 10 '19 17:02 awjuliani