Skip to content

dbrandonk/SpaceInvadersDQN

Repository files navigation

Project Brief

Farting around with ray's rllib, made a space invaders agent with it.

Installation

pip install .

Launching

To be run at the root of the project.

  • python3 src/SpaceInvadersDQN/train.py trains the agent.
  • python3 src/SpaceInvadersDQN/run.py runs pretrained agent.
  • view training results with tensorboard.

TODO

  • tuning?
  • mypy?
  • technical explanations?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages