ppo Agent playing Huggy 🐶
This is a trained model of a ppo agent playing Huggy using the Unity ML-Agents Library.
Usage (with ML-Agents)
Resume the training
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
Watch your Agent
- Move your model file into the environment Project
- Open the Unity Editor, and select the scene.
- Select the prefab Agent object.
- Drag the <behavior_name>.onnx file from the Project window of the Editor to the Model placeholder in the Agent inspector window.
- Press the Play button at the top of the Editor.