Shore02 commited on
Commit
195ee74
·
verified ·
1 Parent(s): 42f512a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ ---
4
+
5
+ ---
6
+ tags:
7
+ - unity-ml-agents
8
+ - ml-agents
9
+ - deep-reinforcement-learning
10
+ - reinforcement-learning
11
+ - ML-Agents-Huggy
12
+ library_name: ml-agents
13
+ ---
14
+
15
+ # **ppo** Agent playing **Huggy**
16
+ This is a trained model of a **ppo** agent playing **Huggy** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
17
+
18
+ ## Usage (with ML-Agents)
19
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
20
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
21
+
22
+
23
+ ### Resume the training
24
+ ```
25
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
26
+ ```
27
+ ### Watch your Agent play
28
+ You can watch your agent **playing directly in your browser:**.
29
+
30
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-Huggy
31
+ 2. Step 1: Write your model_id: delmaksym/ppo-Huggy
32
+ 3. Step 2: Select your *.nn /*.onnx file
33
+ 4. Click on Watch the agent play 👀
34
+