ray/rllib/tuned_examples/simple_q/cartpole-simpleq-fake-gpus.yaml

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

14 lines
283 B
YAML
Raw Permalink Normal View History

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