Skip to content

Repo containing DQN, h-DQN and h-DQN-MD implementations

Notifications You must be signed in to change notification settings

geist-2501/pytorch-h-dqn-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h-DQN-MD Implementation

This repo contains an implementation of Hierarchical Masked Delta DQN, h-DQN-MD, as well as DQN and h-DQN.

h-DQN-MD uses observation masking and TDδ loss to achieve better scalability and performance over regular h-DQN, as covered in my masters thesis.

The project can be run using the crete python package.

About

Repo containing DQN, h-DQN and h-DQN-MD implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages