I made a custom environment that is wrapped using the FullyObsWrapper. Now I'm working on setting up my custom observation one-hot encoding. I've got a question concerning the agent's rotation.
The FullyObsWrapper provides the agent's position inside obs["image"]. Given the agent's position by some obs["image"][i,j], I get this piece of information [10, 0, 1] . 10 refers to the object ID. Does 1 refer to the agent's rotation?
Hi!
I made a custom environment that is wrapped using the FullyObsWrapper. Now I'm working on setting up my custom observation one-hot encoding. I've got a question concerning the agent's rotation.
The FullyObsWrapper provides the agent's position inside obs["image"]. Given the agent's position by some obs["image"][i,j], I get this piece of information [10, 0, 1] . 10 refers to the object ID. Does 1 refer to the agent's rotation?