Implementation of the Option-Critic Architecture on a notebook. The implementation is based on the original implementation of the authors.
Dependencies: numpy, scipy, matplotlib
Below is the trained agent:
See also the related blog post of mine.
PyTorch implementation on ATARI is coming soon.