remove breakpoint

This commit is contained in:
Adil Zouitine 2025-01-13 17:58:00 +01:00 committed by AdilZouitine
parent b495b19a6a
commit 6c8023e702
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@ class SACPolicy(
return critics_loss
def compute_loss_temperature(self, observations) -> Tensor:
breakpoint()
"""Compute the temperature loss"""
# calculate temperature loss
with torch.no_grad():