epignatelli / navix

Accelerated minigrid environments with JAX
Apache License 2.0
103 stars 7 forks source link

`KeyDoor`: make room sizes variable #18

Closed epignatelli closed 1 year ago

epignatelli commented 1 year ago

This is problematic because the wall index position will be converted into an abstract array, or we cannot take mask the rooms as this will require slicing with a dynamic slice. See https://github.com/epignatelli/navix/blob/dev/keydoorsize/navix/grid.py for example.

epignatelli commented 1 year ago

Fixed by #25