File size: 465 Bytes
9c22838
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
tags:
- reinforcement-learning
- ml-agents
- unity
- ppo
- ML-Agents-PushBlock
license: mit
---

%%writefile README.md

# PPO PushBlock Agent

This model was trained using PPO with Unity ML-Agents in the PushBlock environment.

## Environment
PushBlock

## Algorithm
PPO (Proximal Policy Optimization)

## Files
- `PushBlock.onnx` — trained policy network

## View
1. https://huggingface.co/spaces/unity/ML-Agents-PushBlock
2. RyanAA


## Author
Ryan Aparicio