Skip to content

Commit

Permalink
Add link to wiki.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasplappert committed Oct 17, 2016
1 parent 534bfef commit befbcf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ As of today, the following algorithms have been implemented:
- Continuous DQN (CDQN or NAF) [[6]](http://arxiv.org/abs/1603.00748)
- Cross-Entropy Method (CEM) [[7]](http://learning.mpi-sws.org/mlss2016/slides/2016-MLSS-RL.pdf), [[8]](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.81.6579&rep=rep1&type=pdf)

You can find more information on each agent in the [wiki](https://github.com/matthiasplappert/keras-rl/wiki/Agent-Overview).

I'm currently working on the following algorithms, which can be found on the `experimental` branch:

- Asynchronous Advantage Actor-Critic (A3C) [[5]](http://arxiv.org/abs/1602.01783)
Expand Down

0 comments on commit befbcf4

Please sign in to comment.