Skip to content

Commit

Permalink
Add no-cover pragma to the flaky and disabled SQIL performance test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Feb 2, 2024
1 parent 7e618b0 commit 2cfd7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/algorithms/test_sqil.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def test_sqil_performance_continuous(
pytestconfig: pytest.Config,
pendulum_single_venv: vec_env.VecEnv,
rl_algo_class: Type[off_policy_algorithm.OffPolicyAlgorithm],
):
): # pragma: no cover
rl_kwargs = dict(
learning_starts=500,
learning_rate=0.001,
Expand Down

0 comments on commit 2cfd7f1

Please sign in to comment.