This repository contains following games I've developed:
Pong Game based on simple heuristics:
Coaster Racer using Reinforment Learning:
Mountain Cart using Deep Q Network and Reinforcement Learning:
Prerequisites:
Tensorlfow (https://www.tensorflow.org/install)
Keras (https://www.tensorflow.org/guide/keras)
Gym (https://github.com/openai/gym)
Universe (https://openai.com/blog/universe/)
Go (https://golang.org/doc/install)
Go VNC Driver (https://github.com/openai/go-vncdriver)
The Heuristics folder contains has games developed using basic game programming algorithms developed in Lua, game design and game engines.
The Reinforcement Learning folder contains the games developed using Open AI Gym and Universe, and also Deep Q RL algorithms.