mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
13 lines
283 B
YAML
13 lines
283 B
YAML
cartpole-simpleq-fake-gpus:
|
|
env: CartPole-v0
|
|
run: SimpleQ
|
|
stop:
|
|
episode_reward_mean: 150
|
|
training_iteration: 400
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
|
|
# Fake 2 GPUs.
|
|
num_gpus: 2
|
|
_fake_gpus: true
|