-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Meltingpot] Fine tuning PPO #78
base: main
Are you sure you want to change the base?
Conversation
I think this can probably be merged? |
To be merged we would need pytorch/rl#2115 Also i would like to fine tune off-policy algos as well |
Hi @matteobettini, I'm a student doing a small research on MARL, specifically focused on meltingpot lib, though I'm kinda new to RL. Just wanted to ask if this config was tested, maybe there is a report for it? |
Hey, we are still working on this, but it could be a good starting point if you want to use IPPO in Meltingpot |
To execute just run
meltingpot_run.py
cc @ezhang7423