- Notifications
You must be signed in to change notification settings - Fork15
tdavchev/option-critic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a TensorFlow implementation of the option critic architecture](https://arxiv.org/pdf/1609.05140.pdf) by Bacon PL, Harb J and Precup D.The release of the code was influenced by the recent Baseline initiative fromOpenAI and is aimed to serve as a starting point in Hierarchical RL, more specifically in options learning.
Providing a unified common ground through the adoption of a single framework will make it easier for the research community to replicate, refine, and identify new ideas, and will create good baselines to build research on top of as as recently pointed out by J. Schulman. This implementation of the option-critic architecture has been influenced by the original Theano implemntation byJ. Haarb as well as the extremely helpful repository ofD. Britz and the very engaging posts byA. Juliani.
We hope to be providing the community with a useful tensorflow implementation of a popular options learning architecture. This, however, is a research-oriented implementation thus it might not comply with the most efficient code practices or be fully functional across platforms.
You can download it by typing:
git clone git@github.com:yadrimz/option-critic.git
- tensorflow-1.1.0
- python 2.7
- gym[atari]