Skip to content

Commit

Permalink
Adding link in WFCEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiLogy committed Jan 8, 2024
1 parent 71a65ed commit abbc829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minigrid/envs/wfc/wfcenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class WFCEnv(MiniGridEnv):
- Each tile is encoded as a 3 dimensional tuple:
`(OBJECT_IDX, COLOR_IDX, STATE)`
- `OBJECT_TO_IDX` and `COLOR_TO_IDX` mapping can be found in
[minigrid/minigrid.py](minigrid/minigrid.py)
[minigrid/core/constants.py](minigrid/core/constants.py)
- `STATE` refers to the door state with 0=open, 1=closed and 2=locked
## Rewards
Expand Down

0 comments on commit abbc829

Please sign in to comment.