mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
MADDPG learning confirmation test. (#9538)
This commit is contained in:
parent
e78945db96
commit
887cf5eca7
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue