Skip to content

hungtuchen/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.