Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 435 Bytes

File metadata and controls

20 lines (15 loc) · 435 Bytes

Paddle benchmark Quick Start

Train an agent with PARL to solve the CartPole problem, a classical benchmark in RL.

How to use

Dependencies:

Start Training:

python train.py  

Expected Result

result

The agent can get around 200 points in a few seconds.