corl-team / xland-minigrid

JAX-accelerated Meta-Reinforcement Learning Environments Inspired by XLand and MiniGrid 🏎️
Apache License 2.0
162 stars 12 forks source link

Change tile grid cell conversion in render function #16

Closed afspies closed 3 months ago

afspies commented 3 months ago

Changed the tuple conversion in the render_tile call of render as following the notebook examples was causing ""unhashable type: 'ArrayImpl'"" on jax version 0.4.25

Not sure if there is some other cause of this / the example notebook is outdated in someway (in particular, the Rules & Goals section).

Howuhh commented 3 months ago

@afspies Thank you!