Farama-Foundation / Minigrid

Simple and easily configurable grid world environments for reinforcement learning
https://minigrid.farama.org/
Other
2.09k stars 604 forks source link

Fixed bug in SymbolicObsWrapper #331

Closed BolunDai0216 closed 1 year ago

BolunDai0216 commented 1 year ago

Description

In the SymbolicObsWrapper, self.grid.grid is indexed as (x_coord, y_coord) while it was indexed in the wrapper as (row, col) which corresponds to (y_coord, x_coord). This PR fixes this discrepancy. Also fixed the wrong reference to miniworld in the inline docs for the wrappers.

Fixes #327

Type of change

Please delete options that are not relevant.

Checklist: