Reinforcement Learning
ml-agents
TensorBoard
ONNX
Pyramids
deep-reinforcement-learning
ML-Agents-Pyramids
Instructions to use apple9855/ppo-Pyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use apple9855/ppo-Pyramids with ml-agents:
mlagents-load-from-hf --repo-id="apple9855/ppo-Pyramids" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
Create requirements.txt
#2
by Kwabo - opened
- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
groq
|
| 3 |
+
google-generativeai
|
| 4 |
+
requests
|
| 5 |
+
faster-whisper
|
| 6 |
+
boto3
|
| 7 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|