Skip to content

A bot for the Atari 2600 game Space Invaders using DQN

License

Notifications You must be signed in to change notification settings

eldarfin/space-invaders-bot

Repository files navigation

Space Invaders Bot

A bot for the Atari 2600 game Space Invaders using DQN

Installing the environment

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

About

A bot for the Atari 2600 game Space Invaders using DQN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages