-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error when run Formation task #75
Comments
I also encountered the second problem. I found that, because vmap was used when calling |
Tks. I also removed the decorator and it worked, but the algo ppo could't convergence. Then I modified the mappo_new.py and the mappo worked. |
Hi, When I executed the task
I installed the nightly version of tensordict and torchrl. How can I modify it to make mappo run normally? Can you help me solve it? It would be greatly appreciated. |
Hello, when I run Formation task with
algo=mappo
, I got:When I use
algo=ppo
, I got:Any help, tks!!!
The text was updated successfully, but these errors were encountered: