abaisero / gym-gridverse

Gridworld domains in the gym interface
MIT License
24 stars 7 forks source link

How to make the `step` function return a state but not an observation? #4

Closed mahaozhe closed 3 years ago

mahaozhe commented 3 years ago

Hi~

Thank you for your repository. I have a little question about the environment, when I use step function, I see the firsty returned value is an observation (776 when fully_observation), how can I get the full state (the whole map) instead an observation? Thank you in advance!

Best regards

mahaozhe commented 3 years ago

I found the solution, thank you!