Skip to content

[Question] agent_obsk in mujoco_multi.py #227

Open
@xihuai18

Description

@xihuai18

Question

agent_obsk: Number of nearest joints to observe,
If set to 0 it only observes local state,
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions