Skip to content

Commit

Permalink
Add an empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Jul 7, 2023
1 parent 5b23f84 commit bc8152b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imitation/algorithms/sqil.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Trains a policy via DQN-style Q-learning,
replacing half the buffer with expert demonstrations and adjusting the rewards.
"""

from typing import Any, Dict, Iterable, Optional, Tuple, Type, Union

import numpy as np
Expand Down

0 comments on commit bc8152b

Please sign in to comment.