Skip to content

Commit e268341

Browse files
committed
Update (base update)
[ghstack-poisoned]
1 parent 3e00185 commit e268341

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

torchrl/trainers/algorithms/configs/modules.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ class TensorDictModuleConfig(ModelConfig):
222222
"""
223223

224224
module: MLPConfig = MISSING
225-
_target_: str = "torchrl.trainers.algorithms.configs.modules._make_tensordict_module"
225+
_target_: str = (
226+
"torchrl.trainers.algorithms.configs.modules._make_tensordict_module"
227+
)
226228
_partial_: bool = False
227229

228230
def __post_init__(self) -> None:

0 commit comments

Comments
 (0)