Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

bpleshakov/pytorch-hdqn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-hDQN

hierarchical-DQN in pytorch. [paper]

Results

Only Q-learning and h-DQN for StochasticMDPEnv are implemented.

Q-Learning for Experiment 1 (Discrete stochastic decision process)

Rewards

Visited States

h-DQN for Experiment 1 (Discrete stochastic decision process)

Rewards

Visited States

Reference

https://github.com/EthanMacdonald/h-DQN: Another implementation of hierarchical-DQN paper, which I copied the StochasticMDPEnv from.

About

hierarchical-DQN in pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.7%
  • Python 7.3%