Farting around with ray's rllib, made a space invaders agent with it.
pip install .
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.
- tuning?
- mypy?
- technical explanations?