Skip to content

Commit 314c069

Browse files
committed
amend
1 parent 62754e7 commit 314c069

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

torchrl/modules/models/multiagent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
from torchrl.data.utils import DEVICE_TYPING
1414

15-
from .models import AbsLinear, HyperLinear, MLP
16-
from torchrl.modules.models import ConvNet, MLP
15+
from torchrl.modules.models import AbsLinear, ConvNet, HyperLinear, MLP
1716

1817

1918
class MultiAgentMLP(nn.Module):

0 commit comments

Comments
 (0)