mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 00:59:46 +00:00
remove breakpoint
This commit is contained in:
committed by
AdilZouitine
parent
b495b19a6a
commit
6c8023e702
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user