CoolFace
Modelpublic

css919/ppo-SnowballTarget

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes29downloads
README.md31 linesDownload Raw Back to root
1 2---3      tags:4      - unity-ml-agents5      - ml-agents6      - deep-reinforcement-learning7      - reinforcement-learning8      - ML-Agents-SnowballTarget9      library_name: ml-agents10---11    12  # **ppo** Agent playing **SnowballTarget**13  This is a trained model of a **ppo** agent playing **SnowballTarget** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).14  15  ## Usage (with ML-Agents)16  The Documentation: https://github.com/huggingface/ml-agents#get-started17  We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:18 19 20  ### Resume the training21  ```22  mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume23  ```24  ### Watch your Agent play25  You can watch your agent **playing directly in your browser:**.26  27  1. Go to https://huggingface.co/spaces/unity/ML-Agents-SnowballTarget28  2. Step 1: Write your model_id: css919/ppo-SnowballTarget129  3. Step 2: Select your *.nn /*.onnx file30  4. Click on Watch the agent play ๐Ÿ‘€31