Skip to content

Commit

Permalink
refactor: fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Feb 6, 2024
1 parent 461149d commit 3813918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable_learning_control/algos/tf2/lac/lac.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ def lac(
- policy (:class:`LAC`): The trained actor-critic policy.
- replay_buffer (union[:class:`~stable_learning_control.algos.common.buffers.ReplayBuffer`, :class:`~stable_learning_control.algos.common.buffers.FiniteHorizonReplayBuffer`]):
The replay buffer used during training.
""" # noqa: E501, D301
""" # noqa: E501, D301
validate_args(**locals())

# Retrieve hyperparameters while filtering out the logger_kwargs.
Expand Down

0 comments on commit 3813918

Please sign in to comment.