micco00x / rl-algorithms

Implementation of the DQN in Tensorflow on the environment Pong using OpenAI Gym. This repository has been used for the final project of Reinforcement Learning (Winter 2017) at Sapienza University of Rome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rl-algorithms

To train the network execute the following command from the src folder:

python3 train.py

To test the network execute the following command from the src folder (make sure the checkpoint is in tmp):

python3 test.py

About

Implementation of the DQN in Tensorflow on the environment Pong using OpenAI Gym. This repository has been used for the final project of Reinforcement Learning (Winter 2017) at Sapienza University of Rome.


Languages

Language:TeX 56.9%Language:Python 43.1%