|
--- |
|
library_name: ml-agents |
|
tags: |
|
- Huggy |
|
- deep-reinforcement-learning |
|
- reinforcement-learning |
|
- ML-Agents |
|
- Puppo |
|
--- |
|
|
|
# **PPO** Agent playing **Huggy** |
|
This is a trained model of a **PPO** agent playing **Huggy** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents). |
|
|
|
## Usage (with ML-Agents) |
|
The Documentation: https://github.com/huggingface/ml-agents#get-started |
|
|
|
### Resume training |
|
Below code can be used to resume the Agent training: |
|
|
|
``` |
|
mlagents-learn <your_configuration_file_path.yaml> --run-id="Huggy-the-Puppo" --resume |
|
``` |
|
|
|
### Watch Agent |
|
You can watch the agent playing by following the below steps mentioned below: |
|
|
|
1. Go to: https://huggingface.co/spaces/ThomasSimonini/Huggy |
|
2. Step 1: Find the model_id: `deathReaper0965/Huggy-the-Puppo` |
|
3. Step 2: Select the *.onnx file |
|
4. Click on `Play with Huggy` |
|
|