[rllib] docs for td3 (#3381)

* td3 doc

* Update rllib-env.rst
This commit is contained in:
Eric Liang
2018-11-22 13:36:47 -08:00
committed by GitHub
parent 41b6b50d09
commit 8b76bab25c
4 changed files with 9 additions and 8 deletions
@@ -34,8 +34,9 @@ halfcheetah-ddpg:
clip_rewards: False
# === Optimization ===
actor_lr: 0.0001
critic_lr: 0.001
lr: 0.001
actor_loss_coeff: 0.1
critic_loss_coeff: 1.0
use_huber: False
huber_threshold: 1.0
l2_reg: 0.000001