abaisero / gym-gridverse

Gridworld domains in the gym interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mahaozhe opened this issue · comments

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

I found the solution, thank you!