SnowballTarget / README.md
isotnek's picture
Update README.md
b01f87c
metadata
library_name: ml-agents
tags:
  - SnowballTarget
  - deep-reinforcement-learning
  - reinforcement-learning
  - ML-Agents-SnowballTarget

ppo Agent playing SnowballTarget

This is a trained model of a ppo agent playing SnowballTarget using the Unity ML-Agents Library.

Usage (with ML-Agents)

The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/

We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:

Resume the training

mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume

Watch your Agent play

You can watch your agent playing directly in your browser

  1. Go to Thomas Simonini's ML Agents Snowball Target Space
  2. Step 1: Find the model_id: isotnek/SnowballTarget
  3. Step 2: Select the .nn /.onnx file
  4. Click on Watch the agent play 👀