From 2cebe8921ceff1045a12f04260066441120592d2 Mon Sep 17 00:00:00 2001 From: Pranjal Tandon Date: Thu, 21 Feb 2019 21:19:32 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb26f32..3c369fe 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ python main.py --env-name Humanoid-v2 --policy Deterministic --tau 1 --target_up | learning rate(`--lr`) | 3x10−4 | | discount(`--gamma`) (γ) | 0.99 | | replay buffer size(`--replay_size`) | 1x106 | -| automatic_entropy_tuning(`--automatic_entropy_tuning`)|True| +| automatic_entropy_tuning(`--automatic_entropy_tuning`)|False| |number of hidden layers (all networks)|2| |number of hidden units per layer(`--hidden_size`)|256| |number of samples per minibatch(`--batch_size`)|256|