misza222/ppo-PyramidsTraining
055
1 2---3 tags:4 - unity-ml-agents5 - ml-agents6 - deep-reinforcement-learning7 - reinforcement-learning8 - ML-Agents-Pyramids9 library_name: ml-agents10---11 12 # **ppo** Agent playing **Pyramids**13 This is a trained model of a **ppo** agent playing **Pyramids** 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-Pyramids28 2. Step 1: Write your model_id: misza222/ppo-PyramidsTraining29 3. Step 2: Select your *.nn /*.onnx file30 4. Click on Watch the agent play ๐31 