Skip to content

flakeman2/Game-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A Tensorflow DQN implementation based on DeepMind's DQN for playing Atari games.This the code for 'Build a game AI' on Youtube

Dependencies

Basic Usage

To run, type the following into terminal

python atari.py --game <env_name>

It will run SpaceInvaders-v0 by default but you can use other game names as well. Add --display true to the above command line argument if you'd like to see the game while it trains

Credits

Credit for the vast majority of code here goes to Kee Hyun Won. I've merely created a wrapper to get people started.

About

Game AI for Machine Learning for Hackers #3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%