Skip to content

Our implementation of the Q-learning algorithms by tensorflow or pytorch. @smsxgz @yangwenhaosms @hzxsnczpku

Notifications You must be signed in to change notification settings

smsxgz/oh-my-q-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

夫祸患常积于忽微,而智勇多困于所溺。 -欧阳修《伶官传序》


Oh My Q-Learning!

                  /^ ^\
                 / 0 0 \
                 V\ Y /V
                  / - \
                 /    |
                V__) ||

Ascii Art is from ascii-code.com.

Here is my implementation of the Q-learning algorithms by tensorflow.

  • DQN
  • Double DQN
  • Distributional DQN
  • Dueling Network
  • Combine Dueling network and distributonal DQN like Rainbow

My thanks for Denny Britz.

Wrappers of atari game are from baselines.


python train.py --game_name PongNoFrameskip-v4

smsxgz@gmail.com


About

Our implementation of the Q-learning algorithms by tensorflow or pytorch. @smsxgz @yangwenhaosms @hzxsnczpku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages