mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
20 lines
416 B
YAML
20 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
|