Enable Twin Delayed DDPG for RLlib DDPG agent (#3353)

This commit is contained in:
Jones Wong
2018-11-21 20:03:20 -08:00
committed by Eric Liang
parent 6b3236349c
commit 24bfe8ab76
6 changed files with 242 additions and 56 deletions
@@ -34,8 +34,9 @@ pendulum-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: True
huber_threshold: 1.0
l2_reg: 0.000001