openai / procgen

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

Extract (x,y) position of the agent #96

Open roger-creus opened 11 months ago

roger-creus commented 11 months ago

Hi!

Is there any way to extract the underlying state of an environment? (more concretely, the x and y positions of each object).

I am particularly interested in the Maze environment.

Thanks!