mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
13 lines
395 B
YAML
13 lines
395 B
YAML
![]() |
memory-leak-test-dqn:
|
||
|
env:
|
||
|
ray.rllib.examples.env.random_env.RandomLargeObsSpaceEnv
|
||
|
run: DQN
|
||
|
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
|
||
|
buffer_size: 500 # use small buffer to catch memory leaks
|