From a1fe838d6465e50c695e7ebd141be3180eac311b Mon Sep 17 00:00:00 2001 From: pranz24 Date: Mon, 16 Sep 2019 16:40:12 +0530 Subject: [PATCH] Edit README.md & main.py --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cec3b37..0634c56 100644 --- a/README.md +++ b/README.md @@ -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]