google-deepmind / lab

A customisable 3D platform for agent-based AI research
Other
7.11k stars 1.37k forks source link

Different coordinate systems for DEBUG.POS.TRANS and DEBUG.CAMERA.TOP_DOWN #216

Open etcho00700 opened 3 years ago

etcho00700 commented 3 years ago

When I try to plot the agent position over time using DEBUG.POS.TRANS and overlay the trajectory over the top-down view of the map using DEBUG.CAMERA.TOP_DOWN, they don't seem to match up.

What exactly do values in DEBUG.POS.TRANS represent and how can I find their ranges? Is there any good way to overlay the trajectory on the map?