xccds / pong_pytorch

Beat pong using pytorch and DQN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong Pytorch

Beat pong using pytorch and DQN

Dependencies

  • python 3.6
  • pygame
  • pytorch
  • OpenCV
  • numpy
  • tensorboardX

use pip to install what you need :)

Usage

python RL.py --net NET, there are 3 different choices for NET:CNN, CNN_pool and CNN_bn.

Result

result

About

Beat pong using pytorch and DQN

License:GNU General Public License v3.0


Languages

Language:Python 100.0%