From 40e4cd409bcfe3962263337911d72983d436a00e Mon Sep 17 00:00:00 2001 From: Adam Stelmaszczyk Date: Fri, 8 Jun 2018 22:04:58 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcb4b27..812488c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ [![Build Status](https://travis-ci.org/AdamStelmaszczyk/rl-tutorial.svg?branch=master)](https://travis-ci.org/AdamStelmaszczyk/rl-tutorial) +Source code accompanying "Introduction to deep reinforcement learning". +Solving Mountain Car environment with TensorFlow & Keras implementation of DQN. +For similar code solving some Atari games, look [here](https://github.com/AdamStelmaszczyk/dqn). -TensorFlow & Keras implementation of DQN. +--- -

+ ## Install