Skip to content

Commit

Permalink
[RLlib] Refine MultiAgentEpisode class and add test cases. (ray-pro…
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsays1980 authored and ujjawal-khare committed Nov 29, 2023
1 parent 1ef373e commit 278c60c
Show file tree
Hide file tree
Showing 5 changed files with 3,497 additions and 223 deletions.
7 changes: 7 additions & 0 deletions rllib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,13 @@ py_test(
srcs = ["env/tests/test_multi_agent_env.py"]
)

py_test(
name = "env/tests/test_multi_agent_episode",
tags = ["team:rllib", "env"],
size = "medium",
srcs = ["env/tests/test_multi_agent_episode.py"]
)

sh_test(
name = "env/tests/test_remote_inference_cartpole",
tags = ["team:rllib", "env", "exclusive"],
Expand Down
Loading

0 comments on commit 278c60c

Please sign in to comment.