Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RLlib] Fix double '::' in RLlib release test yaml files. #34865

Merged
merged 1 commit into from
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# run: ARS
# # Minimum reward and total ts (in given time_total_s) to pass this test.
# pass_criteria:
# sampler_results/episode_reward_mean:: 100.0
# sampler_results/episode_reward_mean: 100.0
# timesteps_total: 2000000
# stop:
# time_total_s: 2000
Expand All @@ -29,7 +29,7 @@
# run: DDPPO
# # Minimum reward and total ts (in given time_total_s) to pass this test.
# pass_criteria:
# sampler_results/episode_reward_mean:: 50.0
# sampler_results/episode_reward_mean: 50.0
# timesteps_total: 10000000
# stop:
# time_total_s: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ a2c-breakoutnoframeskip-v5:
run: A2C
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 50.0
sampler_results/episode_reward_mean: 50.0
timesteps_total: 5000000
stop:
time_total_s: 7200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ a3c-pongdeterministic-v5:
run: A3C
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 18.0
sampler_results/episode_reward_mean: 18.0
timesteps_total: 5000000
stop:
time_total_s: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apex-breakoutnoframeskip-v5:
run: APEX
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 100.0
sampler_results/episode_reward_mean: 100.0
timesteps_total: 12000000
stop:
time_total_s: 7200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appo-pongnoframeskip-v5:
run: APPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 18.0
sampler_results/episode_reward_mean: 18.0
timesteps_total: 5000000
stop:
time_total_s: 1800
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bc-halfcheetah-v0:
env: HalfCheetah-v4
run: BC
pass_criteria:
evaluation/sampler_results/episode_reward_mean:: 400.0
evaluation/sampler_results/episode_reward_mean: 400.0
timesteps_total: 2500000
stop:
time_total_s: 1800
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cql-halfcheetah-v4:
env: HalfCheetah-v4
run: CQL
pass_criteria:
evaluation/sampler_results/episode_reward_mean:: 400.0
evaluation/sampler_results/episode_reward_mean: 400.0
# Can not check throughput for offline methods.
timesteps_total: 5000000
stop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ddpg-hopper-v4:
run: DDPG
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 110.0
sampler_results/episode_reward_mean: 110.0
timesteps_total: 50000
stop:
time_total_s: 1800
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dqn-breakoutnoframeskip-v5:
run: DQN
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 20.0
sampler_results/episode_reward_mean: 20.0
timesteps_total: 400000
stop:
time_total_s: 7200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ es-humanoid-v4:
run: ES
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 100.0
sampler_results/episode_reward_mean: 100.0
timesteps_total: 5000000
stop:
time_total_s: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ impala-breakoutnoframeskip-v5:
run: IMPALA
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 200.0
sampler_results/episode_reward_mean: 200.0
timesteps_total: 6000000
stop:
time_total_s: 2400
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ marwil-halfcheetah-v4:
run: MARWIL
pass_criteria:
# Can not check throughput for offline methods.
evaluation/sampler_results/episode_reward_mean:: 400.0
evaluation/sampler_results/episode_reward_mean: 400.0
timesteps_total: 2500000
stop:
time_total_s: 1800
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ppo-breakoutnoframeskip-v5:
run: PPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 50.0
sampler_results/episode_reward_mean: 50.0
timesteps_total: 7000000
stop:
time_total_s: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ppo-breakoutnoframeskip-v5:
run: PPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 50.0
sampler_results/episode_reward_mean: 50.0
timesteps_total: 7000000
stop:
# This is double the time we use for tf because of 2x throughput there.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sac-halfcheetah-v4:
run: SAC
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 500.0
sampler_results/episode_reward_mean: 500.0
timesteps_total: 400000
stop:
time_total_s: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ slateq-interest-evolution-recsim-env:
env: ray.rllib.examples.env.recommender_system_envs_with_recsim.InterestEvolutionRecSimEnv
run: SlateQ
pass_criteria:
sampler_results/episode_reward_mean:: 160.0
sampler_results/episode_reward_mean: 160.0
timesteps_total: 300000
stop:
time_total_s: 7200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ td3-halfcheetah-v4:
run: TD3
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 400.0
sampler_results/episode_reward_mean: 400.0
timesteps_total: 1000000
stop:
time_total_s: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ appo-cartpole-v1-vtrace:
run: APPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand All @@ -65,7 +65,7 @@ ddpg-repeat-after-me-env:
run: DDPG
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: -50.0
sampler_results/episode_reward_mean: -50.0
timesteps_total: 8000
stop:
time_total_s: 600
Expand All @@ -85,7 +85,7 @@ dqn-cartpole-v1:
run: DQN
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 50000
stop:
time_total_s: 600
Expand All @@ -105,7 +105,7 @@ impala-cartpole-v1:
run: IMPALA
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand All @@ -120,7 +120,7 @@ pg-cartpole-v1:
run: PG
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 130.0
sampler_results/episode_reward_mean: 130.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand All @@ -138,7 +138,7 @@ ppo-cartpole-v1:
run: PPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 300000
stop:
time_total_s: 600
Expand All @@ -161,7 +161,7 @@ sac-repeat-after-me-env:
run: SAC
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 40.0
sampler_results/episode_reward_mean: 40.0
timesteps_total: 4500
stop:
time_total_s: 600
Expand All @@ -183,7 +183,7 @@ sac-repeat-after-me-env-continuous:
run: SAC
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: -50.0
sampler_results/episode_reward_mean: -50.0
timesteps_total: 4500
stop:
time_total_s: 600
Expand All @@ -208,7 +208,7 @@ simpleq-cartpole-v1:
run: SimpleQ
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 85000
stop:
time_total_s: 600
Expand All @@ -221,7 +221,7 @@ td3-repeat-after-me-env:
run: TD3
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: -50.0
sampler_results/episode_reward_mean: -50.0
timesteps_total: 25000
stop:
time_total_s: 600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appo-stateless-cartpole-no-vtrace:
run: APPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand Down Expand Up @@ -38,7 +38,7 @@ appo-stateless-cartpole-vtrace:
run: APPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand Down Expand Up @@ -71,7 +71,7 @@ impala-stateless-cartpole:
run: IMPALA
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand All @@ -98,7 +98,7 @@ pg-stateless-cartpole:
run: PG
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 130.0
sampler_results/episode_reward_mean: 130.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand Down Expand Up @@ -126,7 +126,7 @@ ppo-stateless-cartpole:
run: PPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 200000
stop:
time_total_s: 600
Expand Down Expand Up @@ -160,7 +160,7 @@ ppo-stateless-cartpole:
# run: R2D2
# # Minimum reward and total ts (in given time_total_s) to pass this test.
# pass_criteria:
# sampler_results/episode_reward_mean:: 150.0
# sampler_results/episode_reward_mean: 150.0
# timesteps_total: 130000
# stop:
# time_total_s: 1200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ a2c-stateless-cartpole:
run: A2C
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand All @@ -24,7 +24,7 @@ appo-stateless-cartpole-no-vtrace:
run: APPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand All @@ -50,7 +50,7 @@ appo-stateless-cartpole-vtrace:
run: APPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand All @@ -75,7 +75,7 @@ impala-stateless-cartpole:
run: IMPALA
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand All @@ -94,7 +94,7 @@ pg-stateless-cartpole:
run: PG
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 130.0
sampler_results/episode_reward_mean: 130.0
timesteps_total: 500000
stop:
time_total_s: 600
Expand All @@ -114,7 +114,7 @@ ppo-stateless-cartpole:
run: PPO
# Minimum reward and total ts (in given time_total_s) to pass this test.
pass_criteria:
sampler_results/episode_reward_mean:: 150.0
sampler_results/episode_reward_mean: 150.0
timesteps_total: 200000
stop:
time_total_s: 600
Expand All @@ -140,7 +140,7 @@ ppo-stateless-cartpole:
# run: R2D2
# # Minimum reward and total ts (in given time_total_s) to pass this test.
# pass_criteria:
# sampler_results/episode_reward_mean:: 150.0
# sampler_results/episode_reward_mean: 150.0
# timesteps_total: 65000
# stop:
# time_total_s: 800
Expand Down