bpleshakov / pytorch-hdqn

hierarchical-DQN in pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 92.7%Language:Python 7.3%