[RLlib] Deflake test case: 2-step game MADDPG. (#13121)

This commit is contained in:
Sven Mika
2020-12-30 18:37:37 -05:00
committed by GitHub
parent 25f7bdc0d8
commit 28ac4243f4
+2 -2
View File
@@ -2078,9 +2078,9 @@ py_test(
name = "examples/two_step_game_maddpg",
main = "examples/two_step_game.py",
tags = ["examples", "examples_T"],
size = "small",
size = "medium",
srcs = ["examples/two_step_game.py"],
args = ["--as-test", "--stop-reward=7.5", "--run=contrib/MADDPG"]
args = ["--as-test", "--stop-reward=7.1", "--run=contrib/MADDPG"]
)
py_test(