Reinforcement Learning
ml-agents
TensorBoard
ONNX
unity-sentis
Pyramids
deep-reinforcement-learning
ML-Agents-Pyramids
Unity Sentis
unity/ML-Agents-Pyramids
unity-ml-agents
Instructions to use UnaiGurbindo/ppo-PyramidsRND with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use UnaiGurbindo/ppo-PyramidsRND with ml-agents:
mlagents-load-from-hf --repo-id="UnaiGurbindo/ppo-PyramidsRND" --local-dir="./download: string[]s"
- unity-sentis
How to use UnaiGurbindo/ppo-PyramidsRND with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ tags:
|
|
| 7 |
- ML-Agents-Pyramids
|
| 8 |
- Unity Sentis
|
| 9 |
- unity-sentis
|
|
|
|
| 10 |
pipeline_tag: reinforcement-learning
|
| 11 |
---
|
| 12 |
|
|
|
|
| 7 |
- ML-Agents-Pyramids
|
| 8 |
- Unity Sentis
|
| 9 |
- unity-sentis
|
| 10 |
+
- unity/ML-Agents-Pyramids
|
| 11 |
pipeline_tag: reinforcement-learning
|
| 12 |
---
|
| 13 |
|