Skip to content
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

Issues with multi-agent task's quick start commands #52

Open
jinwoolee1230 opened this issue Mar 6, 2024 · 2 comments
Open

Issues with multi-agent task's quick start commands #52

jinwoolee1230 opened this issue Mar 6, 2024 · 2 comments

Comments

@jinwoolee1230
Copy link
Contributor

jinwoolee1230 commented Mar 6, 2024

Dear maintainers,

I really appreciate your simulator and I hope I could use this as a research platform.
However, I could find some issues related to multi-agent tasks.

  1. Platform hover quick start command: python train.py task=PlatformHover algo=mappo headless=true eval_interval=300 total_frames=150_000_000 does not work but it works when the algo=ppo. I am not so sure is there going to be any issue or not but I think this is not a major issue though.
    I get Error executing job with overrides: ['task=Formation', 'algo=mappo', 'headless=false', 'eval_interval=300', 'total_frames=150_000_000'] RuntimeError: TensorDictModule failed with operation error
  2. Formation task does not work neither in algo=ppo nor algo=mappo.
    I get Error executing job with overrides: ['task=Formation', 'algo=ppo', 'headless=false', 'eval_interval=300', 'total_frames=150_000_000'] RuntimeError: TensorDictModule failed with operation error

Can you please give me some instructions about these issues?

Thank you so much for your kind help and instructions.

@btx0424
Copy link
Owner

btx0424 commented Mar 7, 2024

Sorry for the trouble! I refactored MAPPO implementation to be cleaner but left out the handling of complex nested observations (using a transformer) in some mult-agent environments. Will fix that soon!

@mrtbrnz
Copy link

mrtbrnz commented Apr 24, 2024

Hello, I also want to thank you for your work and making it open for us ! Appreciated a lot !
Likewise I managed to get the hover and track environments work for single agent, but couldnt get any of the multi-agent envs work.

Could you please give an example multi-agent task and algo couple that works with the current repository ?
Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants