mirror of
https://github.com/vale981/ray
synced 2025-03-12 14:16:39 -04:00
15 lines
435 B
YAML
15 lines
435 B
YAML
td3-halfcheetahbulletenv-v0:
|
|
env: HalfCheetahBulletEnv-v0
|
|
run: TD3
|
|
# Minimum reward and total ts (in given time_total_s) to pass this test.
|
|
pass_criteria:
|
|
episode_reward_mean: 400.0
|
|
timesteps_total: 1000000
|
|
stop:
|
|
time_total_s: 3600
|
|
config:
|
|
num_gpus: 1
|
|
replay_buffer_config:
|
|
learning_starts: 10000
|
|
exploration_config:
|
|
random_timesteps: 10000
|