Skip to content

Commit

Permalink
[RLlib] Fix Apex release test
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Niederfahrenhorst <[email protected]>
  • Loading branch information
ArturNiederfahrenhorst committed Jan 18, 2023
1 parent 5ca14e1 commit f0a1173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/long_running_tests/workloads/apex.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"apex": {
"run": "APEX",
"env": "Pong-v0",
"env": "ALE/Pong-v5",
"config": {
"num_workers": 3,
"num_gpus": 0,
Expand Down
2 changes: 1 addition & 1 deletion rllib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ py_test(


py_test(
name = "test_pg_tf_pong_v0",
name = "test_pg_tf_pong_v5",
main = "train.py", srcs = ["train.py"],
tags = ["team:rllib", "quick_train"],
args = [
Expand Down

0 comments on commit f0a1173

Please sign in to comment.