Skip to content

Commit

Permalink
chore: added logger to package init file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcaulif committed Nov 2, 2024
1 parent 6f2626c commit f8dda0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardio_rl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""test."""

from cardio_rl import buffers, toy_env, tree, types
from cardio_rl import buffers, loggers, toy_env, tree, types
from cardio_rl.agent import Agent
from cardio_rl.gatherers import Gatherer, VectorGatherer
from cardio_rl.runners import OffPolicyRunner, OnPolicyRunner, Runner
Expand Down

0 comments on commit f8dda0d

Please sign in to comment.