2020-11-30 12:41:24 +01:00
|
|
|
cartpole-sac:
|
|
|
|
env: CartPoleContinuousBulletEnv-v0
|
|
|
|
run: SAC
|
|
|
|
stop:
|
2021-03-26 11:45:17 -07:00
|
|
|
episode_reward_mean: 40
|
2020-11-30 12:41:24 +01:00
|
|
|
timesteps_total: 100000
|
|
|
|
config:
|
|
|
|
# Works for both torch and tf.
|
|
|
|
framework: tf
|
2021-03-15 14:03:54 +01:00
|
|
|
gamma: 0.95
|
|
|
|
no_done_at_end: false
|
|
|
|
horizon: 200
|
2021-03-29 17:20:29 +02:00
|
|
|
soft_horizon: true
|
2021-03-15 14:03:54 +01:00
|
|
|
n_step: 3
|
|
|
|
prioritized_replay: true
|
2021-03-29 17:20:29 +02:00
|
|
|
initial_alpha: 0.2
|
2021-03-15 14:03:54 +01:00
|
|
|
learning_starts: 256
|
|
|
|
clip_actions: false
|
2021-03-29 17:20:29 +02:00
|
|
|
timesteps_per_iteration: 1000
|
|
|
|
optimization:
|
|
|
|
actor_learning_rate: 0.005
|
|
|
|
critic_learning_rate: 0.005
|
|
|
|
entropy_learning_rate: 0.0001
|