remove breakpoint
This commit is contained in:
parent
73aa6c25f3
commit
50e12376de
|
@ -285,7 +285,6 @@ class SACPolicy(
|
||||||
return critics_loss
|
return critics_loss
|
||||||
|
|
||||||
def compute_loss_temperature(self, observations) -> Tensor:
|
def compute_loss_temperature(self, observations) -> Tensor:
|
||||||
breakpoint()
|
|
||||||
"""Compute the temperature loss"""
|
"""Compute the temperature loss"""
|
||||||
# calculate temperature loss
|
# calculate temperature loss
|
||||||
with torch.no_grad():
|
with torch.no_grad():
|
||||||
|
|
Loading…
Reference in New Issue