From f2cb7d856762c7fe8b161216688461ea0b9bdb88 Mon Sep 17 00:00:00 2001 From: Pranjal Tandon Date: Sun, 2 Sep 2018 09:04:01 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7009fe5..1a1cb50 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ python main.py --algo SAC(GMM) --env-name HalfCheetah-v2 --k 4 - [x] Gaussian Policy - [x] Reparameterization - [x] Gaussian Mixture Model -- [x] TD3 Improvements (using 2 q-functions) +- [x] Using 2 Q-functions - [ ] Deterministic Policy - [ ] Soft Actor-Critic (hard target update) - [ ] Evaluate the trained Policy