-
Notifications
You must be signed in to change notification settings - Fork 324
MAPPO simple spread not converging #112
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
Comments
Hi, n_rollout_threads needs to be 128 or at least over 50. |
Hi, I encountered an issue with the parallel environment. When I run the train_mpe.py file, it only works if I execute the command with --n_rollout_threads 1. However, if I don't use this command and leave the default value as 32, the code throws a large number of errors. Could you please share how you set up parallel processing? My CUDA and GPU are functioning normally. Any help would be truely appreciated. Thank you! |
Hi,
I have just forked this repo, and I am trying to run, MPE simple spread (3 landmark, 2 agent), and test for convergence. I have only changed "n_rollout_threads" and "n_eval_rollout_threads" to 1. The other parameters did't change. I have found two issues:
I have tried to visualize the evaluation result using render(), but the agent didn't go for landmark at all, seems just move around one small place.
Please any one can help on this matters, really appreaciated.
Thank you
The text was updated successfully, but these errors were encountered: