Skip to content

Commit

Permalink
[BugFix] fix inheritance structure in l2d
Browse files Browse the repository at this point in the history
  • Loading branch information
LTluttmann committed Jun 3, 2024
1 parent 84f39fb commit 6744ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl4co/models/zoo/l2d/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def pre_decoder_hook(
return td, env, (cache,)


class L2DAttnActor(AttentionModelDecoder):
class L2DAttnActor(AttnActor):
def __init__(
self,
embed_dim: int = 128,
Expand Down

0 comments on commit 6744ddb

Please sign in to comment.