-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] agent_obsk
in mujoco_multi.py
#227
Comments
The behavior is the same as the original repo when |
I think the main difference is and Gymnasium-Robotics/gymnasium_robotics/envs/multiagent_mujoco/mujoco_multi.py Lines 296 to 297 in b1acee9
In the original repo, the final action to use is constructed by multiple agents, while the final action is decided by the first agent in this repo, when |
I make a PR #228 and pass my tests in https://github.com/xihuai18/MaMuJoCo-PettingZoo/blob/main/tests/mamujoco_pettingzoo_v1_test.py, I think these changes make the current implementation perform the same behavior as the original repo. |
|
Question
Gymnasium-Robotics/gymnasium_robotics/envs/multiagent_mujoco/mujoco_multi.py
Lines 93 to 98 in b1acee9
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 whenagent_obsk
is None here.The text was updated successfully, but these errors were encountered: