openai / procgen

Procgen Benchmark: Procedurally-Generated Game-Like Gym-Environments
https://openai.com/blog/procgen-benchmark/
MIT License
991 stars 207 forks source link

Warning: manual reset ignored -- how can this be disabled? #89

Open sunchipsster1 opened 1 year ago

sunchipsster1 commented 1 year ago

Hello, I have an RL application that needs to implement manual resets of the environment, however when I apply: obs = self.env.reset() I get the message Warning: manual reset ignored

I was wondering if there is any way to disable this and permit manual reset? Thank you so much in advance for the kind help :)