We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e00185 commit e268341Copy full SHA for e268341
torchrl/trainers/algorithms/configs/modules.py
@@ -222,7 +222,9 @@ class TensorDictModuleConfig(ModelConfig):
222
"""
223
224
module: MLPConfig = MISSING
225
- _target_: str = "torchrl.trainers.algorithms.configs.modules._make_tensordict_module"
+ _target_: str = (
226
+ "torchrl.trainers.algorithms.configs.modules._make_tensordict_module"
227
+ )
228
_partial_: bool = False
229
230
def __post_init__(self) -> None:
0 commit comments