Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 557 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 557 Bytes

The Option-Critic Architecture

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.