CoolFace
Modelpublic

ItchyB/Pyramid

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes59downloads
README.md29 linesDownload Raw Back to root
1---2library_name: ml-agents3tags:4- Pyramids5- deep-reinforcement-learning6- reinforcement-learning7- ML-Agents-Pyramids8---9 10  # **ppo** Agent playing **Pyramids**11  This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).12  13  ## Usage (with ML-Agents)14  The Documentation: https://github.com/huggingface/ml-agents#get-started15  We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:16 17 18  ### Resume the training19  ```20  mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume21  ```22  ### Watch your Agent play23  You can watch your agent **playing directly in your browser:**.24  25  1. Go to https://huggingface.co/spaces/unity/ML-Agents-Pyramids26  2. Step 1: Find your model_id: ItchyB/Pyramid27  3. Step 2: Select your *.nn /*.onnx file28  4. Click on Watch the agent play ๐Ÿ‘€29