mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
11 lines
257 B
YAML
11 lines
257 B
YAML
cartpole-impala:
|
|
env: CartPole-v0
|
|
run: IMPALA
|
|
stop:
|
|
episode_reward_mean: 150
|
|
timesteps_total: 500000
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
num_gpus: 0
|
|
vtrace_drop_last_ts: false
|