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 5e03a4c commit ad02db6Copy full SHA for ad02db6
examples/multiagent/mappo_ippo.py
@@ -176,7 +176,7 @@ def train(cfg: "DictConfig"): # noqa: F821
176
loss_module.value_estimator(
177
tensordict_data,
178
params=loss_module.critic_network_params,
179
- target_params=loss_module.target_critic_params,
+ target_params=loss_module.target_critic_network_params,
180
)
181
current_frames = tensordict_data.numel()
182
total_frames += current_frames
0 commit comments