Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jan 22, 2025
1 parent 8113962 commit 44a735e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarl/models/gnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ class GnnConfig(ModelConfig):
"""Dataclass config for a :class:`~benchmarl.models.Gnn`."""

topology: str = MISSING

self_loops: bool = MISSING

gnn_class: Type[torch_geometric.nn.MessagePassing] = MISSING
Expand Down

0 comments on commit 44a735e

Please sign in to comment.