lab2d icon indicating copy to clipboard operation
lab2d copied to clipboard

Access state information from object `dmlab2d.dmlab2d_pybind.Lab2d`?

Open violetxi opened this issue 2 years ago • 0 comments

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.

violetxi avatar Nov 19 '23 22:11 violetxi