rl-space-invaders

Required Setup

  1. Install pacakges with apt.
$ sudo apt install python python-pip
  1. Install miniconda.

X. Install Open AI Gym for python 3.7.

$ python -m pip install gym --user
$ python -m pip install gym[atari]

Use of application.

  1. Run the main python Open AI Gym script.
$ python space-invaders.py