mchalecki / DQN_Atari_Webserver

Project for Artificial Intelligence course. Agent playing few Atari games using dqn with gui as webserver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agent playing atari games using Deep Q-Learning with web visualization of playing.

Project for Artificial Intelligence course 2018.

based on DeepMind paper

Running

Go to directory src

cd src

Server

Install requirements

pip install -r server/requirements.txt

Launch web server with model weight saved in out directory

python app.py

Training

Install requirements

pip install -r trainer/requirements.txt

Run with default parameters

python atari.py

*TODO For decription of parameters run with

python atari.py --help

About

Project for Artificial Intelligence course. Agent playing few Atari games using dqn with gui as webserver.

License:MIT License


Languages

Language:Python 84.0%Language:HTML 9.7%Language:JavaScript 4.5%Language:Makefile 1.2%Language:CSS 0.5%