Update README.md

This commit is contained in:
Pranjal Tandon
2018-09-05 16:02:23 +05:30
committed by GitHub
parent d29be321d7
commit 3ef9d337e4
+2 -3
View File
@@ -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)