From 5b22889d9e1a8a2ba5db9bab3ef1a358005d14b2 Mon Sep 17 00:00:00 2001 From: Pranjal Tandon Date: Sat, 6 Apr 2019 20:38:55 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcc31d4..fab8c1f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ ### Description ------------ -Reimplementation of [Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement -Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf) and [Soft Actor-Critic Algorithms and Applications](https://arxiv.org/pdf/1812.05905.pdf). +Reimplementation of [Soft Actor-Critic Algorithms and Applications](https://arxiv.org/pdf/1812.05905.pdf) and a deterministic variant of SAC from [Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement +Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf). + +Added another branch for [Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement +Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf) -> [old](https://github.com/pranz24/pytorch-soft-actor-critic/tree/old) ### Requirements