Skip to content
/ deeprl Public
forked from siemanko/deeprl

Universal library for deep reinforcement learning.

Notifications You must be signed in to change notification settings

imclab/deeprl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Reinforcement Learning

Quick Start

TODO

Available algorithms

Algorithm Repository Example json Documentation
Discrete DeepQ deeprl TODO TODO
Asynchronous DeepQ (soon) deeprl TODO TODO

Available Simulators

Algorithm Repository Example json Documentation
Karpathy Game SimulatorZoo TODO TODO

Requirements

  • tensorflow == 0.7 for Automated Differentiation.
  • SimulatorZoo for the models

Documentation

  1. Quick start guide.
  2. Writing your own simulator.
  3. Adopting Existing Algorithm to different type of input.
  4. Contributing to this repository.

Contributors

  • stas-sl (found critical bug in Discrete Deepq)

Mentions

About

Universal library for deep reinforcement learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%