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
If set to 1 it observes local state + 1 joint over,
If set to 2 it observes local state + 2 joints over,
If it set to None the task becomes single agent (the agent observes the entire environment, and performs all the actions)
The Default value is: 1
agent_obsk in the original repo controls only the observation construction, but not the action factorization. I am wondering why implementing agent 0 performs all the actions when agent_obsk is None here.