From 1aebec066c0d6a75b2805c54f9d2b218fd5caa23 Mon Sep 17 00:00:00 2001 From: Shangtong Zhang Date: Sat, 3 Jun 2017 15:07:53 -0600 Subject: [PATCH] Update Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eefb1d2..4a445af 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Highly modularized implementation of popular deep RL algorithms by PyTorch. My principal here is to reuse as much components as I can through different algorithms, use as less tricks as I can and switch easily between classical control tasks like CartPole and Atari games with raw pixel inputs. + +Implemented algorithms: * Deep Q-Learning (DQN) * Double DQN * Dueling DQN