Update README.md

This commit is contained in:
Pranjal Tandon
2019-01-21 11:59:57 +05:30
committed by GitHub
parent fe13987891
commit 71c7bdc0fd
+2 -2
View File
@@ -18,13 +18,13 @@ Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf) and [Sof
#### For SAC :
```
python main.py --env-name Humanoid-v2 --aplha 0.25
python main.py --env-name Humanoid-v2 --aplha 0.025
```
#### For SAC (Hard Update):
```
python main.py --env-name Humanoid-v2 --aplha 0.25 --tau 1 --target_update_interval 1000
python main.py --env-name Humanoid-v2 --aplha 0.025 --tau 1 --target_update_interval 1000
```
#### For SAC (Deterministic, Hard Update):