-
Notifications
You must be signed in to change notification settings - Fork 122
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 examples do not work #232
Comments
PiperOrigin-RevId: 617371865 Change-Id: I7992a874b64169ed152126eab64d5b470b317bd6
Hi John, We have a fully working versions of baselines in the repository that we used for the contest and that I'm maintaining. This was created in coordination with Edgar, has been well tested and documented and used by several users. There are two possible resolutions to this bug: Please let me know which sounds good to you and I will do that. Best, |
When I test training, like that: |
python -m rllib.self_play_train |
I tried to execute it in the Codespaces container of GitHub, but the examples were also not able to be trained. |
@rstrivedi I'll see what @duenez wants to do, as he's been handling the examples. @gogo16888 as you've been finding and as this issue documents, the examples don't work. See Rakshit's comment above for a repo with examples that do work. |
I check the baselines of Melting-Pot-Contest-2023, it use ray 2.6.1, but the examples use ray 2.5.0, so if I use the baselines, I need update to ray 2.6.1? But the install of Melting-Pot-Contest-2023 is not as Melting-Pot 2.2.2, I am not sure. |
If possible, please export the yml file for each version for easy verification of various software packages/tools/library versions during installation. |
Thank you for your message. We're in the process of updating the examples folder in this repository. Once it is done, everything should match and flow seamlessly. In the meantime, for your question, it is generally recommended to use ray >= 2.6.1 as there were some known issues with the older versions. So, you can use the combination of:
This combination should work without any errors (I've tested this and it works on our end) but let us know if you hit any issues. I'll post here once the examples folder in this repository is updated. |
The examples need to be updated to ensure they can run.
Currently there are dependency conflicts in the MeltingPot
examples/requirements.txt
No workaround right now, sorry.
The text was updated successfully, but these errors were encountered: