Skip to content

yuecideng/Deep_Q_Learning_pytorch_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep_Q_Learning_pytorch_example

Simple DQN example using Pytorch (Covert tensorflow version from this Github Page).

Implementation

  • Natural Deep Q learning
  • Deep Q learning with Prioritized Experience Replay
  • Double Deep Q learning
  • Dueling Deep Q learning

The above implementations are integrated together, which can be selected in the initialization of DQN network.

Prerequisites

  • Python 2.7
  • Pytorch 0.4.1

Usage

  • Download the three .py files
  • Run 'run_this.py' and see the result of Deep Reinforcement learning in small game.

Acknowledgment

Morvan Zhou - Reinforement learning tutorials

About

Simple DQN example with pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages