-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PiperOrigin-RevId: 617371865 Change-Id: I7992a874b64169ed152126eab64d5b470b317bd6
- Loading branch information
1 parent
ad80372
commit c3f7bb0
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c3f7bb0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, Mr. Administrator.
After installing using pip, I want to run a Training. I downloaded the following examples related package, but the 'requirements. txt' file was not found in the package, and the 'self_play_train. py' was also not found. I am a beginner in this field, but I am very interested. I hope you can answer this installation question. Thank you.
————————————>
RLlib
This example uses RLlib to train agents in self-play on a Melting Pot substrate.
First you will need to install the dependencies needed by the examples:
Then you can run the training experiment using:
c3f7bb0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually installed Gymnasium-0.29.1, I'm not sure if it works?
-------------------------->
Using cached Gymnasium-0.26.3-py3-none-any.whl (836 kB)
Installing collected packages: gymnasium
Attempting uninstall: gymnasium
Found existing installation: gymnasium 0.29.1
Uninstalling gymnasium-0.29.1:
Successfully uninstalled gymnasium-0.29.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
stable-baselines3 2.2.1 requires gymnasium<0.30,>=0.28.1, but you have gymnasium 0.26.3 which is incompatible.
supersuit 3.9.2 requires gymnasium>=0.28.1, but you have gymnasium 0.26.3 which is incompatible.
pettingzoo 1.24.3 requires gymnasium>=0.28.0, but you have gymnasium 0.26.3 which is incompatible.
Successfully installed gymnasium-0.26.3
c3f7bb0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about this, the examples are broken and have been for some time.
I created #232 to make this issue more clear and to track the issue.
This issue isn't really related to this commit, so let's take any further conversation there please.