@@ -1455,13 +1455,6 @@ py_test(
1455
1455
srcs = ["models/tests/test_lstms.py" ]
1456
1456
)
1457
1457
1458
- py_test (
1459
- name = "test_models" ,
1460
- tags = ["team:rllib" , "models" ],
1461
- size = "medium" ,
1462
- srcs = ["models/tests/test_models.py" ]
1463
- )
1464
-
1465
1458
py_test (
1466
1459
name = "test_preprocessors" ,
1467
1460
tags = ["team:rllib" , "models" ],
@@ -1978,34 +1971,6 @@ py_test(
1978
1971
# ----------------------
1979
1972
# Old API stack examples
1980
1973
# ----------------------
1981
- # subdirectory: _old_api_stack/
1982
- py_test (
1983
- name = "examples/_old_api_stack/complex_struct_space_tf" ,
1984
- main = "examples/_old_api_stack/complex_struct_space.py" ,
1985
- tags = ["team:rllib" , "exclusive" , "examples" , "old_api_stack" ],
1986
- size = "small" ,
1987
- srcs = ["examples/_old_api_stack/complex_struct_space.py" ],
1988
- args = ["--framework=tf" ],
1989
- )
1990
-
1991
- py_test (
1992
- name = "examples/_old_api_stack/complex_struct_space_tf_eager" ,
1993
- main = "examples/_old_api_stack/complex_struct_space.py" ,
1994
- tags = ["team:rllib" , "exclusive" , "examples" , "old_api_stack" ],
1995
- size = "small" ,
1996
- srcs = ["examples/_old_api_stack/complex_struct_space.py" ],
1997
- args = ["--framework=tf2" ],
1998
- )
1999
-
2000
- py_test (
2001
- name = "examples/_old_api_stack/complex_struct_space_torch" ,
2002
- main = "examples/_old_api_stack/complex_struct_space.py" ,
2003
- tags = ["team:rllib" , "exclusive" , "examples" , "old_api_stack" ],
2004
- size = "small" ,
2005
- srcs = ["examples/_old_api_stack/complex_struct_space.py" ],
2006
- args = ["--framework=torch" ],
2007
- )
2008
-
2009
1974
# subdirectory: _old_api_stack/connectors/
2010
1975
py_test (
2011
1976
name = "examples/_old_api_stack/connectors/run_connector_policy" ,
@@ -2024,25 +1989,6 @@ py_test(
2024
1989
args = ["--use-lstm" ],
2025
1990
)
2026
1991
2027
- py_test (
2028
- name = "examples/_old_api_stack/connectors/adapt_connector_policy" ,
2029
- main = "examples/_old_api_stack/connectors/adapt_connector_policy.py" ,
2030
- tags = ["team:rllib" , "exclusive" , "examples" , "old_api_stack" ],
2031
- size = "small" ,
2032
- srcs = ["examples/_old_api_stack/connectors/adapt_connector_policy.py" ],
2033
- )
2034
-
2035
- # py_test(
2036
- # name = "examples/_old_api_stack/connectors/self_play_with_policy_checkpoint",
2037
- # main = "examples/_old_api_stack/connectors/self_play_with_policy_checkpoint.py",
2038
- # tags = ["team:rllib", "exclusive", "examples", "old_api_stack"],
2039
- # size = "small",
2040
- # srcs = ["examples/_old_api_stack/connectors/self_play_with_policy_checkpoint.py"],
2041
- # args = [
2042
- # "--train_iteration=1" # Smoke test.
2043
- # ]
2044
- # )
2045
-
2046
1992
# ----------------------
2047
1993
# New API stack
2048
1994
# Note: This includes to-be-translated-to-new-API-stack examples
@@ -2631,26 +2577,6 @@ py_test(
2631
2577
args = ["--enable-new-api-stack" , "--stop-reward=150.0" ]
2632
2578
)
2633
2579
2634
- #@OldAPIStack
2635
- py_test (
2636
- name = "examples/inference/policy_inference_after_training_with_attention_tf" ,
2637
- main = "examples/inference/policy_inference_after_training_with_attention.py" ,
2638
- tags = ["team:rllib" , "exclusive" , "examples" ],
2639
- size = "medium" ,
2640
- srcs = ["examples/inference/policy_inference_after_training_with_attention.py" ],
2641
- args = ["--stop-iters=2" , "--framework=tf" ]
2642
- )
2643
-
2644
- #@OldAPIStack
2645
- py_test (
2646
- name = "examples/inference/policy_inference_after_training_with_attention_torch" ,
2647
- main = "examples/inference/policy_inference_after_training_with_attention.py" ,
2648
- tags = ["team:rllib" , "exclusive" , "examples" ],
2649
- size = "medium" ,
2650
- srcs = ["examples/inference/policy_inference_after_training_with_attention.py" ],
2651
- args = ["--stop-iters=2" , "--framework=torch" ]
2652
- )
2653
-
2654
2580
#@OldAPIStack
2655
2581
py_test (
2656
2582
name = "examples/inference/policy_inference_after_training_with_lstm_tf" ,
@@ -2897,17 +2823,6 @@ py_test(
2897
2823
# args = ["--as-test"]
2898
2824
# )
2899
2825
2900
- #@OldAPIStack
2901
- # TODO (sven): Doesn't seem to learn at the moment. Uncomment once fixed.
2902
- # py_test(
2903
- # name = "examples/offline_rl/custom_input_api_cql_torch",
2904
- # main = "examples/offline_rl/custom_input_api.py",
2905
- # tags = ["team:rllib", "exclusive", "examples"],
2906
- # size = "medium",
2907
- # srcs = ["examples/offline_rl/custom_input_api.py"],
2908
- # args = ["--as-test", "--stop-reward=-300", "--stop-iters=1"]
2909
- # )
2910
-
2911
2826
#@OldAPIStack
2912
2827
py_test (
2913
2828
name = "examples/offline_rl/offline_rl_torch_old_api_stack" ,
0 commit comments