Files
lerobot/tests/policies
Michel Aractingi 04cbf669cf fix(sac): make temperature a property to fix checkpoint resume bug (#2877)
* fix(sac): make temperature a property to fix checkpoint resume bug

Temperature was stored as a plain float and not restored after loading
a checkpoint, causing incorrect loss computations until update_temperature()
was called. Changed to a property that always computes from log_alpha,
ensuring correct behavior after checkpoint loading.

* simplify docstrings
2026-01-30 12:23:22 +01:00
..
2026-01-05 12:13:42 +01:00
2025-12-03 15:29:14 +01:00
2025-12-18 12:50:32 +01:00
2025-12-18 12:50:32 +01:00