Skip to content

Commit

Permalink
Expose LoggingStrategy class
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Mar 3, 2024
1 parent c31ad8a commit 247558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d3rlpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from ._version import __version__
from .base import load_learnable
from .constants import ActionSpace, PositionEncodingType
from .constants import ActionSpace, LoggingStrategy, PositionEncodingType
from .healthcheck import run_healthcheck

__all__ = [
Expand Down

0 comments on commit 247558b

Please sign in to comment.