Update README.md

This commit is contained in:
Pranjal Tandon
2018-09-02 09:04:01 +05:30
committed by GitHub
parent 1b535e56ad
commit f2cb7d8567
+1 -1
View File
@@ -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