mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00
19 lines
416 B
YAML
19 lines
416 B
YAML
cartpole-impala-fake-gpus:
|
|
env: CartPole-v0
|
|
run: IMPALA
|
|
stop:
|
|
episode_reward_mean: 150
|
|
training_iteration: 400
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
|
|
# Double batch size (2 GPUs).
|
|
train_batch_size: 1000
|
|
# Test w/ LSTMs.
|
|
model:
|
|
use_lstm: true
|
|
|
|
# Fake 2 GPUs.
|
|
num_gpus: 2
|
|
_fake_gpus: true
|