Skip to content

Commit

Permalink
[RLlib] Deflake test case: 2-step game MADDPG. (ray-project#13121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1977 authored Dec 30, 2020
1 parent 25f7bdc commit 28ac424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rllib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 28ac424

Please sign in to comment.