iglu-contest / gridworld

A reinforcement learning environment for the IGLU 2022 at NeurIPS
GNU Affero General Public License v3.0
32 stars 12 forks source link

Action description in README.md #28

Open Paddingtton opened 2 years ago

Paddingtton commented 2 years ago

I checked the obs['pov'] (by converting to image) after MOVE_CAMERA_UP (14) and MOVE_CAMERA_DOWN (15) and I think they should be swapped.

After taking MOVE_CAMERA_UP, the following obs['pov'] shows the image of seeing more bottoms and the opposite for the MOVE_CAMERA_DOWN.

Please check this and just close the issue if I am wrong.

Thanks.