mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
15 lines
424 B
YAML
15 lines
424 B
YAML
memory-leak-test-a3c:
|
|
stop:
|
|
timesteps_total: 150000
|
|
env:
|
|
ray.rllib.examples.env.random_env.RandomLargeObsSpaceEnv
|
|
run: A3C
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
# Switch off np.random, which is known to have memory leaks.
|
|
env_config:
|
|
config:
|
|
static_samples: true
|
|
num_workers: 4
|
|
num_envs_per_worker: 5
|