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
On the github README, it says sim.makeAction([0], [-0.523599], [0]) will turn 30 degree to the left.
But in the env_actions=([0],[-1], [0]) when it turns left. 1 radian is around 57 degree instead of 30....On the paper, it says the agent should move the camera by 30 degrees when turns left. So I am a little bit confused here....Thanks if someone can answer it for me!
The text was updated successfully, but these errors were encountered:
It seems the second argument only considers the sign of the input, positive for turn right by 30 degrees and negative for turn left, regardless of the value of input.
On the github README, it says sim.makeAction([0], [-0.523599], [0]) will turn 30 degree to the left.
But in the env_actions=([0],[-1], [0]) when it turns left. 1 radian is around 57 degree instead of 30....On the paper, it says the agent should move the camera by 30 degrees when turns left. So I am a little bit confused here....Thanks if someone can answer it for me!
The text was updated successfully, but these errors were encountered: