I am using an environment built on top of DMLab2D, and wondering if it's possible to obtain complete state information (player and object's transform information etc) of a grid world in addition to the observations and ascii maps? Ideally access to the information described here:
https://github.com/google-deepmind/lab2d/blob/09474439959534b1de3fce3d4a4ed35d565ea230/docs/system/grid_world.md
I have tried read_property('') and encountered permission denied error.
I have tried to call read_property('') but encountered permission denied error.