Closed SkittlePox closed 1 year ago
Sorry for taking a while to get back to you
The symbolic wrapper provides the full observable grid with a symbolic state representation. The symbol is a triple of (X, Y, IDX), where X and Y are the coordinates on the grid, and IDX is the id of the object.
For the fully obs wrapper providing the encoding of the grid with the addition of the agent encoding which is special https://github.com/Farama-Foundation/Minigrid/blob/26b4f647bc55c73d1101c67da99c198a62142d36/minigrid/wrappers.py#L413
Does this help?
I will close this issue since there are no additional comments, please feel free to reopen it if anyone has any related questions.
Question
What is the difference between the observations provided by these two wrappers? Here is an obs from FullyObsWrapper:
And here is an obs from SymbolicObsWrapper: