Observation Space Documentation

I am trying to train the isaac gym humanoid task with my own custom reward function. But I am unable to find documentation on the observation and action space. For example, I want to train the humanoid to hold it’s arms lower while training, but I am unable to reward the agent on that since I don’t know which value in its observation space is associated with it. Is there documentation I am missing?