Instructions to use jatinror/ppo-pixelopter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use jatinror/ppo-pixelopter with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="jatinror/ppo-pixelopter", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core RL & environment
|
| 2 |
+
stable-baselines3==2.7.1
|
| 3 |
+
gymnasium==1.2.3
|
| 4 |
+
numpy==2.2.6
|
| 5 |
+
|
| 6 |
+
# Visualization
|
| 7 |
+
pygame==2.6.1
|
| 8 |
+
matplotlib==3.10.8
|
| 9 |
+
|
| 10 |
+
# Utilities
|
| 11 |
+
cloudpickle==3.1.2
|
| 12 |
+
Farama-Notifications==0.0.4
|