ray/release/rllib_tests/learning_tests/yaml_files/td3-halfcheetahbulletenv-v0.yaml
2022-05-17 13:43:49 +02:00

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: 7200
config:
num_gpus: 1
replay_buffer_config:
learning_starts: 10000
exploration_config:
random_timesteps: 10000