A bot for the Atari 2600 game Space Invaders using DQN
The bot uses the OpenAI gym to train and test the model. To install it:
pip install gym
To install the dependencies for Atari:
pip install gym[atari]
For further documentation about the gym library, go here