Skip to content

Shivanshu-Gupta/Pytorch-Double-DQN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch-Double-DQN

This is project is a PyTorch implementation of Human-level control through deep reinforcement learning along with the Double DQN improvement suggested in Deep Reinforcement Learning with Double Q-learning.

Requirements

Usage

python main.py [-h] --config PATH --save_dir PATH [--modelpath PATH]

The config file is a yaml file used to provide arguments include mode (train or eval). A sample config file has been provided here.

References

Releases

No releases published

Packages

No packages published

Languages