Skip to content

Tensorflow implementation of some Reinforcement Learning algorithms.

License

Notifications You must be signed in to change notification settings

matsilv/rl-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rl-examples

Tensorflow implementation of some Reinforcement Learning algorithms.

Algorithms

  • Deep Q-learning
  • Dueling architecture
  • Double Q-learning
  • Reinforce
  • Advantage Actor Critic (A2C)

Usage

python --help for command usage.

Requirements

  • tensorflow 1.12.0
  • gym 0.12.0
  • numpy 1.17.0
  • opencv-python 4.1.0

About

Tensorflow implementation of some Reinforcement Learning algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages