项目作者: Alberto-Hache

项目描述 :
This is an RL playground to test Karpathy's great tutorial on Policy Gradients.
高级语言: Python
项目地址: git://github.com/Alberto-Hache/RL-pong.git
创建时间: 2019-08-08T17:32:46Z
项目社区:https://github.com/Alberto-Hache/RL-pong

开源协议:

下载


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