Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 508 Bytes

RL-pong - Tutorial

This is an RL playground to tinker, and learn with Karpathy's great tutorial on Policy Gradients. The original code has been adapted to Python 3.6.

Tutorial: "Deep Reinforcement Learning: Pong from Pixels" http://karpathy.github.io/2016/05/31/rl/

Original repo: "Training a Neural Network ATARI Pong agent with Policy Gradients from raw pixels" https://gist.github.com/karpathy/a4166c7fe253700972fcbc77e4ea32c5

Pong-v0 environment and doc: https://gym.openai.com/envs/Pong-v0/