GitXplorerGitXplorer
s

deeprl

public
39 stars
16 forks
1 issues

Commits

List of commits on branch master.
Unverified
87e9a239385fcd3660a6ef7ff8950967e98d229f

Fixed tables in readme

ssiemanko committed 9 years ago
Unverified
bc83f6d3dbb85b9d3671c1d83d9c3b8357dec48e

Simple training now works - but still incomplete

ssiemanko committed 9 years ago
Unverified
265fbe9231b85af94544b98a772333344bb9b8b0

Docs ended up in wrong place

ssiemanko committed 9 years ago
Unverified
b1dcc9700aa5b3b2b2d7d1c4c42b18ad0d842205

Re-added old deepq code

ssiemanko committed 9 years ago
Unverified
43b290d8a8fb315efaabccf19dc986e5ae44ff0f

Move simulators out to the simzoo repo

ssiemanko committed 9 years ago
Unverified
9c693d86fc7cbe4ebe4ccbae9eecfdd16bbbf0f3

Updated README

ssiemanko committed 9 years ago

README

The README file for this repository.

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