We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dmlab2d.dmlab2d_pybind.Lab2d
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.
read_property('')
I have tried to call read_property('') but encountered permission denied error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: