Reinforcement Learning
unity-sentis
TensorBoard
ONNX
Pyramids
deep-reinforcement-learning
ML-Agents-Pyramids
Instructions to use UnaiGurbindo/ppo-Pyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use UnaiGurbindo/ppo-Pyramids 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
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
library_name:
|
| 3 |
tags:
|
| 4 |
- Pyramids
|
| 5 |
- deep-reinforcement-learning
|
|
@@ -31,5 +31,4 @@ tags:
|
|
| 31 |
1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
|
| 32 |
2. Step 1: Find your model_id: UnaiGurbindo/ppo-Pyramids
|
| 33 |
3. Step 2: Select your *.nn /*.onnx file
|
| 34 |
-
4. Click on Watch the agent play 👀
|
| 35 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: unity-sentis
|
| 3 |
tags:
|
| 4 |
- Pyramids
|
| 5 |
- deep-reinforcement-learning
|
|
|
|
| 31 |
1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
|
| 32 |
2. Step 1: Find your model_id: UnaiGurbindo/ppo-Pyramids
|
| 33 |
3. Step 2: Select your *.nn /*.onnx file
|
| 34 |
+
4. Click on Watch the agent play 👀
|
|
|