From 887cf5eca736e5b7ad5e3084280bc83fa8166b13 Mon Sep 17 00:00:00 2001 From: Sven Mika Date: Fri, 17 Jul 2020 20:18:02 +0200 Subject: [PATCH] MADDPG learning confirmation test. (#9538) --- rllib/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rllib/BUILD b/rllib/BUILD index 43f7cbb57..cc500ce19 100644 --- a/rllib/BUILD +++ b/rllib/BUILD @@ -1946,9 +1946,9 @@ py_test( name = "examples/two_step_game_maddpg", main = "examples/two_step_game.py", tags = ["examples", "examples_T"], - size = "large", + size = "small", srcs = ["examples/two_step_game.py"], - args = ["--stop-timesteps=2000", "--run=contrib/MADDPG"] + args = ["--as-test", "--stop-reward=7.5", "--run=contrib/MADDPG"] ) py_test(