From 3ef9d337e4bab87148006b5b2794acbd37a282ed Mon Sep 17 00:00:00 2001 From: Pranjal Tandon Date: Wed, 5 Sep 2018 16:02:23 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 433a70a..6060bef 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ python main.py --algo SAC(GMM) --env-name HalfCheetah-v2 --k 4 - [x] Reparameterization - [x] Gaussian Mixture Model - [x] Use 2 Q-functions -- [ ] Deterministic Policy -- [ ] Soft Actor-Critic (hard target update) -- [ ] Evaluate the trained Policy +- [x] Evaluate the trained Policy +- [ ] Deterministic Policy (hard target update)