You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that Melting Pot is agnostic to how you train your agents, and as such, these
151
-
scripts are not meant to be a suggestion on how to achieve good scores in the
152
-
task suite.
151
+
We provide an illustrative example script using
152
+
[RLlib](https://github.com/ray-project/ray). However, note
153
+
that Melting Pot is agnostic to how you train your agents, and this
154
+
script is not meant to be a suggestion for how to achieve a good score
155
+
in the task suite. The authors of the suite never used this example training
156
+
script in their own work.
153
157
154
158
#### RLlib
155
159
@@ -170,28 +174,13 @@ cd examples/rllib
170
174
python self_play_train.py
171
175
```
172
176
173
-
#### PettingZoo and Stable-Baselines3
174
-
175
-
This example uses a PettingZoo wrapper with a fully parameter shared PPO agent
176
-
from SB3.
177
-
178
-
The PettingZoo wrapper can be used separately from SB3 and
179
-
can be found [here](https://github.com/google-deepmind/meltingpot/blob/main/examples/pettingzoo/utils.py).
180
-
181
-
```shell
182
-
cd<meltingpot_root>
183
-
pip install -r examples/requirements.txt
184
-
cd examples/pettingzoo
185
-
python sb3_train.py
186
-
```
187
-
188
177
## Documentation
189
178
190
179
Full documentation is available [here](https://github.com/google-deepmind/meltingpot/blob/main/docs/index.md).
191
180
192
181
## Citing Melting Pot
193
182
194
-
If you use Melting Pot in your work, please cite the accompanying article:
183
+
If you use Melting Pot in your work, please cite the accompanying articles:
195
184
196
185
```bibtex
197
186
@inproceedings{leibo2021meltingpot,
@@ -209,6 +198,15 @@ If you use Melting Pot in your work, please cite the accompanying article:
209
198
}
210
199
```
211
200
201
+
```bibtex
202
+
@article{agapiou2022melting,
203
+
title={Melting Pot 2.0},
204
+
author={Agapiou, John P and Vezhnevets, Alexander Sasha and Du{\'e}{\~n}ez-Guzm{\'a}n, Edgar A and Matyas, Jayd and Mao, Yiran and Sunehag, Peter and K{\"o}ster, Raphael and Madhushani, Udari and Kopparapu, Kavya and Comanescu, Ramona and Strouse, {DJ} and Johanson, Michael B and Singh, Sukhdeep and Haas, Julia and Mordatch, Igor and Mobbs, Dean and Leibo, Joel Z},
205
+
journal={arXiv preprint arXiv:2211.13746},
206
+
year={2022}
207
+
}
208
+
```
209
+
212
210
## Disclaimer
213
211
214
212
This is not an officially supported Google product.
0 commit comments