Skip to content

Commit

Permalink
Bump tests to medium (#30548)
Browse files Browse the repository at this point in the history
  • Loading branch information
avnishn authored Nov 22, 2022
1 parent 5d8af0a commit 30a09bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rllib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ py_test(
py_test(
name = "test_dqn_frozenlake_v1",
main = "train.py", srcs = ["train.py"],
size = "small",
size = "medium",
tags = ["team:rllib", "quick_train"],
args = [
"--env", "FrozenLake-v1",
Expand All @@ -1324,7 +1324,7 @@ py_test(
py_test(
name = "test_dqn_cartpole_v0_no_dueling",
main = "train.py", srcs = ["train.py"],
size = "small",
size = "medium",
tags = ["team:rllib", "quick_train"],
args = [
"--env", "CartPole-v0",
Expand All @@ -1351,7 +1351,7 @@ py_test(
name = "test_dqn_cartpole_v0_with_offline_input_and_softq",
main = "train.py", srcs = ["train.py"],
tags = ["team:rllib", "quick_train", "external_files"],
size = "small",
size = "medium",
# Include the json data file.
data = ["tests/data/cartpole/small.json"],
args = [
Expand Down

0 comments on commit 30a09bd

Please sign in to comment.