We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96599c7 commit 254b8c4Copy full SHA for 254b8c4
test/jenkins_tests/run_multi_node_tests.sh
@@ -53,6 +53,14 @@ docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
53
--stop '{"training_iteration": 2}' \
54
--config '{"simple_optimizer": true, "num_sgd_iter": 2, "model": {"use_lstm": true}}'
55
56
+docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
57
+ python /ray/python/ray/rllib/train.py \
58
+ --env CartPole-v1 \
59
+ --run PPO \
60
+ --stop '{"training_iteration": 2}' \
61
+ --config '{"num_gpus": 0.1}' \
62
+ --ray-num-gpus 1
63
+
64
docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
65
python /ray/python/ray/rllib/train.py \
66
--env CartPole-v1 \
0 commit comments