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

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

14 lines
437 B
YAML
Raw Normal View History

memory-leak-test-ddpg:
env:
ray.rllib.examples.env.random_env.RandomLargeObsSpaceEnvContActions
run: DDPG
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
replay_buffer_config:
capacity: 500 # use small buffer to catch memory leaks