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
When I read the paper, I found following text describing the observation of the agent to be
During the game, each agent observes positions of itself and the opponent, its
own joint angles, the corresponding velocities, and the forces exerted on its own body (i.e., equivalent
of tactile senses). (Paper) 4.2 Competitive (first paragraph)
However in the code, agent.py. get_obs function lines 190-212 indicates that the forces of the opponents are also included. Could it be that I read it wrong or some mistake?
Thanks a lot for your time and consideration on this matter!
robosumo/robosumo/envs/agents.py
Line 210 in 1862397
Hi,
When I read the paper, I found following text describing the observation of the agent to be
However in the code, agent.py. get_obs function lines 190-212 indicates that the forces of the opponents are also included. Could it be that I read it wrong or some mistake?
Thanks a lot for your time and consideration on this matter!
Best,
@Danielhp95