mirror of
https://github.com/wassname/ray.git
synced 2026-07-21 12:50:45 +08:00
[RLlib] Deflake test case: 2-step game MADDPG. (#13121)
This commit is contained in:
+2
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user