Open jagapiou opened 7 months ago
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: (i) You can remove the examples folder and point to this new repo in Readme for baselines. (ii) I can push upstream a portion of that repo (working version lightweight files similar to current examples one - and this was our initial plan) to refresh the examples folder.
Please let me know which sounds good to you and I will do that.
Best, Rakshit
When I test training, like that:
cd examples/rllib
python self_play_train.py
--------------------------->
Display:
2024-04-02 17:56:17.501082: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
File "/home/oeuser/miniconda3/envs/mpnn/lib/python3.11/site-packages/mp_home/examples/rllib/self_play_train.py", line 25, in
python -m rllib.self_play_train
------------------------------->
2024-04-03 12:35:40.307164: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
File "
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.
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.
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.