Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com>
  • Loading branch information
ArturNiederfahrenhorst committed Sep 13, 2023
1 parent 36cde36 commit 6ae8334
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rllib/algorithms/bc/tests/test_bc.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class TestBC(unittest.TestCase):
@classmethod
def setUpClass(cls):
ray.init(local_mode=True)
ray.init()

@classmethod
def tearDownClass(cls):
Expand Down Expand Up @@ -42,7 +42,6 @@ def test_bc_compilation_and_learning_from_offline_file(self):
evaluation_config=bc.BCConfig.overrides(input_="sampler"),
)
.offline_data(input_=[data_file])
# training(_enable_learner_api=True, use_gae=False)
)
num_iterations = 350
min_reward = 75.0
Expand Down

0 comments on commit 6ae8334

Please sign in to comment.