Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 353 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 353 Bytes

Reinforcement Learning on Atari

A WIP implementation of Rainbow (https://arxiv.org/abs/1710.02298).

A space invader run

After installing the requirements, you also need to run pip install gym[atari] manually. If you are using CUDA also make sure to install the right wheel from https://pytorch.org/.