Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: sven1977 <[email protected]>
  • Loading branch information
sven1977 committed May 2, 2024
1 parent d08c0e5 commit 311ea3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rllib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2279,11 +2279,10 @@ py_test(
)

py_test(
name = "examples/envs/env_rendering_and_recording.py",
main = "examples/envs/env_rendering_and_recording.py",
name = "examples/envs/env_rendering_and_recording",
srcs = ["examples/envs/env_rendering_and_recording.py"],
tags = ["team:rllib", "exclusive", "examples"],
size = "small",
srcs = ["examples/envs/env_rendering_and_recording.py"],
args = ["--enable-new-api-stack", "--env=CartPole-v1", "--stop-iters=3"]
)

Expand Down

0 comments on commit 311ea3f

Please sign in to comment.