Created
December 1, 2025 16:53
-
-
Save hibetterheyj/8a9a50dc5bbd3829e510a0a07f7eadbb to your computer and use it in GitHub Desktop.
requirements.txt for python3.8 gym-mario-bros env
This file contains hidden or 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
| # python3.8 | |
| # Source: https://stackoverflow.com/questions/78757000/overflowerror-when-setting-up-gym-super-mario-bros-environment-in-python-on-jupy | |
| certifi==2024.7.4 | |
| charset-normalizer==3.3.2 | |
| cloudpickle==3.0.0 | |
| colorama==0.4.6 | |
| filelock==3.15.4 | |
| fsspec==2024.6.1 | |
| gym==0.26.2 | |
| gym-notices==0.0.8 | |
| gym-super-mario-bros==7.4.0 | |
| idna==3.7 | |
| importlib_metadata==8.2.0 | |
| Jinja2==3.1.4 | |
| MarkupSafe==2.1.5 | |
| mpmath==1.3.0 | |
| nes_py==8.2.1 | |
| networkx==3.1 | |
| numpy==1.24.4 | |
| packaging==24.1 | |
| pillow==10.4.0 | |
| pyglet==1.5.21 | |
| requests==2.32.3 | |
| sympy==1.13.1 | |
| tensordict==0.3.0 | |
| torch==2.2.0 | |
| torchaudio==2.2.0 | |
| torchrl==0.3.0 | |
| torchvision==0.17.0 | |
| tqdm==4.66.5 | |
| typing_extensions==4.12.2 | |
| urllib3==2.2.2 | |
| zipp==3.19.2 | |
| moviepy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment