You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The observation of the environment is represented as a matrix of tiles, with the following values: "Each tile is encoded as a 3 dimensional tuple: (OBJECT_IDX, COLOR_IDX, STATE)". The STATE can take a value in the range [0,2]. However, when I add the FullyObsWrapper I get a value of 3 for the STATE for one of the tiles. What does this mean in this case (I did not find it in the documentation)?
The text was updated successfully, but these errors were encountered:
Question
The observation of the environment is represented as a matrix of tiles, with the following values: "Each tile is encoded as a 3 dimensional tuple: (OBJECT_IDX, COLOR_IDX, STATE)". The STATE can take a value in the range [0,2]. However, when I add the FullyObsWrapper I get a value of 3 for the STATE for one of the tiles. What does this mean in this case (I did not find it in the documentation)?
The text was updated successfully, but these errors were encountered: