google-deepmind / google-deepmind/lab2d
Access state information from object `dmlab2d.dmlab2d_pybind.Lab2d`?
Open
- Dominant language
- C++
- Stars
- 442
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.