Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/engichang1467/space-invader-keras-rl

Developed an AI program that plays Space Invaders
https://github.com/engichang1467/space-invader-keras-rl

convolutional-neural-networks gym keras keras-rl reinforcement-learning space-invaders tensorflow

Last synced: 20 days ago
JSON representation

Developed an AI program that plays Space Invaders

Awesome Lists containing this project

README

        

# Space Invader Keras RL

- Using Keras and Tensorflow to train an AI program to play Space Invader.
- The simulation is provided by OpenAI's gym library.
- Applying Convolutional Neural Network and Reinforcement Learning to train the program.

## Demo

[Check out full Demo on YouTube](https://youtu.be/s5y04OGRI7w)

![](src/demo2.gif)

## Requirements

- Python 3.7
- Tensorflow
- Keras RL2
- Numpy
- Gym and Atari library