RyanAA commited on
Commit
8fd6b3d
·
verified ·
1 Parent(s): 77fe7a0

created readme file

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - ml-agents
4
+ - reinforcement-learning
5
+ - ppo
6
+ - unity
7
+ - Pyramids
8
+ ---
9
+ %%writefile README.md
10
+
11
+ # PPO Pyramids Agent
12
+
13
+ This model was trained using PPO with Unity ML-Agents in the Pyramids environment.
14
+
15
+ ## Environment
16
+ Pyramids
17
+
18
+ ## Algorithm
19
+ PPO (Proximal Policy Optimization)
20
+
21
+ ## Training
22
+ The agent was trained using Unity ML-Agents and Hugging Face Deep RL course materials.
23
+
24
+ ## Files
25
+ - `Pyramids.onnx` — trained policy network
26
+
27
+ ## Author
28
+ Ryan Aparicio