ray/rllib/tuned_examples/appo/memory-leak-test-appo.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
420 B
YAML
Raw Normal View History

memory-leak-test-appo:
env:
ray.rllib.examples.env.random_env.RandomLargeObsSpaceEnv
run: APPO
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
rollout_fragment_length: 20