/GRAD60001_Project

A research on how programs play computer games.

Primary LanguagePython

GRAD60001_Project

A research on how to train a neural network for a program to play classic Atari game 'Pong'.

Game is emulated using atari 2600 emulator 'Stella', the ROM file for the game is 'pong.bin'.

Game state is extracted using file 'loadgame.py', with the support of package 'Arcade Learning Environment'.

Neural network is trained using package 'Tensorflow'.