-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
[Bug Report] Pong Documentation has the wrong import in sample code #1235
Comments
After some further troubleshooting, I realized that the issue was not with the Github Pages branch but with how the gen_envs_mds.py gathers the environments' names. When it tries to match on pong, it returns multiple results and grabs the first one, |
Hi @kuds, Thanks for underlining this issue, I'll be happy to review your PR when you submit it! Important To edit the documentation, you need to target the branch Note
|
Sorry for the delay in getting back to this. I will have some time this week and next to create the pull PR. Thank you for patience! |
Hi @kuds, no problem at all, and happy holidays! |
Hi @David-GERARD, I created a pull request to fix this issue. Sorry for the delay! Let me know if you have any questions or concerns. |
Describe the bug
The PettingZoo Documentation for Atari's Pong has the wrong imports in the AEC and Parallel and lists
basketball_pong_v3
instead ofpong_v3
. With your permission, I want to create a pull request to fix the documentation against the gh-pages branch.Pong Info
AEC Section
Code example
No response
System info
Environment: Google Colab T4
Python Version: 3.10.12
Torch Version: 2.4.1+cu121
Is Cuda Available: True
Cuda Version: 12.1
Gymnasium Version: 0.28.1
Numpy Version: 1.26.4
PettingZoo Version: 1.24.3
Ray Version: 2.37.0
ALE Version: 0.8.1
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: