Skip to content

Latest commit

 

History

History

QuickStart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.