Edit README.md & main.py

This commit is contained in:
pranz24
2019-09-16 16:40:12 +05:30
parent 92486c2498
commit a1fe838d64
+7 -4
View File
@@ -14,8 +14,12 @@ Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf) -> [SAC_
- [TensorboardX](https://github.com/lanpa/tensorboardX)
- [PyTorch](http://pytorch.org/)
### Run
------------
### Default Arguments and Usage
-------------
### Usage
(Note: There is no need for setting Temperature(`--alpha`) if `--automatic_entropy_tuning` is True.)
#### For SAC :
@@ -36,8 +40,7 @@ python main.py --env-name Humanoid-v2 --alpha 0.05 --tau 1 --target_update_inter
python main.py --env-name Humanoid-v2 --policy Deterministic --tau 1 --target_update_interval 1000
```
### Default Arguments
-------------
### Arguments
```
usage: main.py [-h] [--env-name ENV_NAME] [--policy POLICY] [--eval EVAL]