2019-08-26 01:37:28 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_catalog.py
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_optimizers.py
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_filters.py
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_evaluators.py
|
|
|
|
|
2019-08-23 02:21:11 -04:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_eager_support.py
|
|
|
|
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env PongDeterministic-v0 \
|
|
|
|
--run A3C \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env Pong-ram-v4 \
|
|
|
|
--run A3C \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env PongDeterministic-v0 \
|
|
|
|
--run A2C \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v1 \
|
|
|
|
--run PPO \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"kl_coeff": 1.0, "num_sgd_iter": 10, "lr": 1e-4, "sgd_minibatch_size": 64, "train_batch_size": 2000, "num_workers": 1, "model": {"free_log_std": true}}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v1 \
|
|
|
|
--run PPO \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"simple_optimizer": false, "num_sgd_iter": 2, "model": {"use_lstm": true}}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v1 \
|
|
|
|
--run PPO \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"simple_optimizer": true, "num_sgd_iter": 2, "model": {"use_lstm": true}}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v1 \
|
|
|
|
--run PPO \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_gpus": 0.1}' \
|
|
|
|
--ray-num-gpus 1
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v1 \
|
|
|
|
--run PPO \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"kl_coeff": 1.0, "num_sgd_iter": 10, "lr": 1e-4, "sgd_minibatch_size": 64, "train_batch_size": 2000, "num_workers": 1, "use_gae": false, "batch_mode": "complete_episodes"}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v1 \
|
|
|
|
--run PPO \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-03-29 21:19:42 +01:00
|
|
|
--config '{"remote_worker_envs": true, "remote_env_batch_wait_ms": 99999999, "num_envs_per_worker": 2, "num_workers": 1, "train_batch_size": 100, "sgd_minibatch_size": 50}'
|
2019-02-28 16:32:22 -08:00
|
|
|
|
2019-03-08 15:39:48 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-03-08 15:39:48 -08:00
|
|
|
--env CartPole-v1 \
|
|
|
|
--run PPO \
|
|
|
|
--stop '{"training_iteration": 2}' \
|
2019-03-29 21:19:42 +01:00
|
|
|
--config '{"remote_worker_envs": true, "num_envs_per_worker": 2, "num_workers": 1, "train_batch_size": 100, "sgd_minibatch_size": 50}'
|
2019-03-08 15:39:48 -08:00
|
|
|
|
2019-03-06 21:36:26 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-03-06 21:36:26 -08:00
|
|
|
--env Pendulum-v0 \
|
|
|
|
--run APPO \
|
|
|
|
--stop '{"training_iteration": 1}' \
|
|
|
|
--config '{"num_workers": 2, "num_gpus": 0}'
|
|
|
|
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env Pendulum-v0 \
|
|
|
|
--run ES \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"stepsize": 0.01, "episodes_per_batch": 20, "train_batch_size": 100, "num_workers": 2}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env Pong-v0 \
|
|
|
|
--run ES \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"stepsize": 0.01, "episodes_per_batch": 20, "train_batch_size": 100, "num_workers": 2}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run A3C \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run DQN \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"lr": 1e-3, "schedule_max_timesteps": 100000, "exploration_fraction": 0.1, "exploration_final_eps": 0.02, "dueling": false, "hiddens": [], "model": {"fcnet_hiddens": [64], "fcnet_activation": "relu"}}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run DQN \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run APEX \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2, "timesteps_per_iteration": 1000, "num_gpus": 0, "min_iter_time_s": 1}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env FrozenLake-v0 \
|
|
|
|
--run DQN \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}'
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env FrozenLake-v0 \
|
|
|
|
--run PPO \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_sgd_iter": 10, "sgd_minibatch_size": 64, "train_batch_size": 1000, "num_workers": 1}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env PongDeterministic-v4 \
|
|
|
|
--run DQN \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"lr": 1e-4, "schedule_max_timesteps": 2000000, "buffer_size": 10000, "exploration_fraction": 0.1, "exploration_final_eps": 0.01, "sample_batch_size": 4, "learning_starts": 10000, "target_network_update_freq": 1000, "gamma": 0.99, "prioritized_replay": true}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env MontezumaRevenge-v0 \
|
|
|
|
--run PPO \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"kl_coeff": 1.0, "num_sgd_iter": 10, "lr": 1e-4, "sgd_minibatch_size": 64, "train_batch_size": 2000, "num_workers": 1, "model": {"dim": 40, "conv_filters": [[16, [8, 8], 4], [32, [4, 4], 2], [512, [5, 5], 1]]}}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v1 \
|
|
|
|
--run A3C \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2, "model": {"use_lstm": true}}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run DQN \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run PG \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"sample_batch_size": 500, "num_workers": 1}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run PG \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"sample_batch_size": 500, "use_pytorch": true}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run PG \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"sample_batch_size": 500, "num_workers": 1, "model": {"use_lstm": true, "max_seq_len": 100}}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run PG \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"sample_batch_size": 500, "num_workers": 1, "num_envs_per_worker": 10}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env Pong-v0 \
|
|
|
|
--run PG \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"sample_batch_size": 500, "num_workers": 1}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env FrozenLake-v0 \
|
|
|
|
--run PG \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"sample_batch_size": 500, "num_workers": 1}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env Pendulum-v0 \
|
|
|
|
--run DDPG \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 1}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run IMPALA \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_gpus": 0, "num_workers": 2, "min_iter_time_s": 1}'
|
|
|
|
|
2019-03-31 12:25:52 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-03-31 12:25:52 -07:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run IMPALA \
|
|
|
|
--stop '{"training_iteration": 1}' \
|
|
|
|
--config '{"num_gpus": 0, "num_workers": 2, "num_aggregation_workers": 2, "min_iter_time_s": 1}'
|
|
|
|
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run IMPALA \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_gpus": 0, "num_workers": 2, "min_iter_time_s": 1, "model": {"use_lstm": true}}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run IMPALA \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_gpus": 0, "num_workers": 2, "min_iter_time_s": 1, "num_data_loader_buffers": 2, "replay_buffer_num_slots": 100, "replay_proportion": 1.0}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run IMPALA \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_gpus": 0, "num_workers": 2, "min_iter_time_s": 1, "num_data_loader_buffers": 2, "replay_buffer_num_slots": 100, "replay_proportion": 1.0, "model": {"use_lstm": true}}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env MountainCarContinuous-v0 \
|
|
|
|
--run DDPG \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 1}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env MountainCarContinuous-v0 \
|
|
|
|
--run DDPG \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 1}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env Pendulum-v0 \
|
|
|
|
--run APEX_DDPG \
|
|
|
|
--ray-num-cpus 8 \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2, "optimizer": {"num_replay_buffer_shards": 1}, "learning_starts": 100, "min_iter_time_s": 1}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env Pendulum-v0 \
|
|
|
|
--run APEX_DDPG \
|
|
|
|
--ray-num-cpus 8 \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2, "optimizer": {"num_replay_buffer_shards": 1}, "learning_starts": 100, "min_iter_time_s": 1, "batch_mode": "complete_episodes", "parameter_noise": true}'
|
|
|
|
|
2019-03-21 00:15:24 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-03-21 00:15:24 -07:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run MARWIL \
|
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-08-05 23:25:49 -07:00
|
|
|
--config '{"input": "/ray/rllib/tests/data/cartpole_small", "learning_starts": 0, "input_evaluation": ["wis", "is"], "shuffle_buffer_size": 10}'
|
2019-03-08 18:03:58 +08:00
|
|
|
|
2019-03-21 00:15:24 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-03-21 00:15:24 -07:00
|
|
|
--env CartPole-v0 \
|
|
|
|
--run DQN \
|
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-08-05 23:25:49 -07:00
|
|
|
--config '{"input": "/ray/rllib/tests/data/cartpole_small", "learning_starts": 0, "input_evaluation": ["wis", "is"], "soft_q": true}'
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_local.py
|
2019-07-18 14:31:34 +08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_reproducibility.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
2019-05-10 20:36:18 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_dependency.py
|
2019-05-10 20:36:18 -07:00
|
|
|
|
2019-04-15 09:12:23 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_legacy.py
|
2019-04-15 09:12:23 -07:00
|
|
|
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_io.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_checkpoint_restore.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_rollout_worker.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_nested_spaces.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_external_env.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
2019-04-07 04:58:14 +02:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_external_multi_agent_env.py
|
2019-04-07 04:58:14 +02:00
|
|
|
|
2019-07-03 15:59:47 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/custom_keras_model.py --run=A2C --stop=50
|
2019-07-03 15:59:47 -07:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/custom_keras_model.py --run=PPO --stop=50
|
2019-07-03 15:59:47 -07:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/custom_keras_model.py --run=DQN --stop=50
|
2019-07-03 15:59:47 -07:00
|
|
|
|
2019-07-27 02:08:16 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/custom_keras_rnn_model.py --run=PPO --stop=50 --env=RepeatAfterMeEnv
|
2019-07-28 14:07:18 -07:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/custom_keras_rnn_model.py --run=PPO --stop=50 --env=RepeatInitialEnv
|
2019-07-27 02:08:16 -07:00
|
|
|
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/parametric_action_cartpole.py --run=PG --stop=50
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/parametric_action_cartpole.py --run=PPO --stop=50
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/parametric_action_cartpole.py --run=DQN --stop=50
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_lstm.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/batch_norm_model.py --num-iters=1 --run=PPO
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/batch_norm_model.py --num-iters=1 --run=PG
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/batch_norm_model.py --num-iters=1 --run=DQN
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/batch_norm_model.py --num-iters=1 --run=DDPG
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_multi_agent_env.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_supported_spaces.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_env_with_subprocess.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/tests/test_rollout.sh
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
# Run all single-agent regression tests (3x retry each)
|
2019-08-05 23:25:49 -07:00
|
|
|
for yaml in $(ls $ROOT_DIR/../../rllib/tuned_examples/regression_tests); do
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/run_regression_tests.py \
|
|
|
|
/ray/rllib/tuned_examples/regression_tests/$yaml
|
2019-02-28 16:32:22 -08:00
|
|
|
done
|
|
|
|
|
|
|
|
# Try a couple times since it's stochastic
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/multiagent_pendulum.py || \
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/multiagent_pendulum.py || \
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/multiagent_pendulum.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/multiagent_cartpole.py --num-iters=2
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/multiagent_two_trainers.py --num-iters=2
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_avail_actions_qmix.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/cartpole_lstm.py --run=PPO --stop=200
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/cartpole_lstm.py --run=IMPALA --stop=100
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/cartpole_lstm.py --stop=200 --use-prev-action-reward
|
2019-02-28 16:32:22 -08:00
|
|
|
|
2019-03-21 00:15:24 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/custom_loss.py --iters=2
|
2019-03-04 18:29:22 -08:00
|
|
|
|
2019-06-03 06:49:24 +08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/rollout_worker_custom_workflow.py
|
2019-06-03 06:49:24 +08:00
|
|
|
|
2019-06-07 16:42:37 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/eager_execution.py --iters=2
|
2019-06-07 16:42:37 -07:00
|
|
|
|
2019-06-01 16:13:21 +08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/custom_tf_policy.py --iters=2
|
2019-06-01 16:13:21 +08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/custom_torch_policy.py --iters=2
|
2019-06-01 16:13:21 +08:00
|
|
|
|
2019-04-09 00:36:49 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/rollout_worker_custom_workflow.py
|
2019-04-09 00:36:49 -07:00
|
|
|
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/custom_metrics_and_callbacks.py --num-iters=2
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/contrib/random_agent/random_agent.py
|
2019-02-28 16:32:22 -08:00
|
|
|
|
2019-08-08 14:03:28 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/centralized_critic.py --stop=2000
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/centralized_critic_2.py --stop=2000
|
|
|
|
|
2019-08-06 19:22:06 -04:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/twostep_game.py --stop=2000 --run=contrib/MADDPG
|
|
|
|
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/twostep_game.py --stop=2000 --run=PG
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/twostep_game.py --stop=2000 --run=QMIX
|
2019-02-28 16:32:22 -08:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/twostep_game.py --stop=2000 --run=APEX_QMIX
|
2019-02-28 16:32:22 -08:00
|
|
|
|
2019-08-10 14:05:12 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
|
|
|
/ray/ci/suppress_output python /ray/rllib/examples/autoregressive_action_dist.py --stop=150
|
|
|
|
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env PongDeterministic-v4 \
|
|
|
|
--run A3C \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2, "use_pytorch": true, "sample_async": false, "model": {"use_lstm": false, "grayscale": true, "zero_mean": false, "dim": 84}, "preprocessor_pref": "rllib"}'
|
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env CartPole-v1 \
|
|
|
|
--run A3C \
|
2019-03-06 21:36:26 -08:00
|
|
|
--stop '{"training_iteration": 1}' \
|
2019-02-28 16:32:22 -08:00
|
|
|
--config '{"num_workers": 2, "use_pytorch": true, "sample_async": false}'
|
|
|
|
|
2019-04-12 11:39:14 -07:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-04-12 11:39:14 -07:00
|
|
|
--env Pendulum-v0 \
|
|
|
|
--run A3C \
|
|
|
|
--stop '{"training_iteration": 1}' \
|
|
|
|
--config '{"num_workers": 2, "use_pytorch": true, "sample_async": false}'
|
|
|
|
|
2019-02-28 16:32:22 -08:00
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output /ray/rllib/train.py \
|
2019-02-28 16:32:22 -08:00
|
|
|
--env PongDeterministic-v4 \
|
|
|
|
--run IMPALA \
|
|
|
|
--stop='{"timesteps_total": 40000}' \
|
2019-03-29 12:44:23 -07:00
|
|
|
--ray-object-store-memory=1000000000 \
|
2019-03-25 23:56:51 -07:00
|
|
|
--config '{"num_workers": 1, "num_gpus": 0, "num_envs_per_worker": 32, "sample_batch_size": 50, "train_batch_size": 50, "learner_queue_size": 1}'
|
2019-03-13 04:32:11 +01:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/agents/impala/vtrace_test.py
|
2019-03-16 13:34:09 -07:00
|
|
|
|
|
|
|
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
|
2019-08-05 23:25:49 -07:00
|
|
|
/ray/ci/suppress_output python /ray/rllib/tests/test_ignore_worker_failure.py
|