Skip to content

Commit

Permalink
Remove research imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Jan 16, 2024
1 parent 37fb9f3 commit 4704384
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coltra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
from coltra.buffers import Action, Observation
from coltra import utils

__version__ = "0.2.0"
__version__ = "0.2.1"
VERSION = __version__
1 change: 0 additions & 1 deletion coltra/research/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from .policy_fusion import JointModel
2 changes: 1 addition & 1 deletion tests/research/test_fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from coltra.models import MLPModel
import pytest

from coltra.research.policy_fusion import JointModel
from coltra.research.policy_fusion.policy_fusion import JointModel


def assert_models_equal(model1: nn.Module, model2: nn.Module):
Expand Down

0 comments on commit 4704384

Please sign in to comment.