Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 342 Bytes

pong-rl

a reinforcement agent learning to play the Atari game Pong

playing pong

##running

run the script pong.py with python pong.py

set resume=True to continue training from the saved weights save.p

reference: http://karpathy.github.io/2016/05/31/rl/