lerobot/lerobot
KeWang1017 22fbc9ea4a Refine SAC configuration and policy for enhanced performance
- Updated standard deviation parameterization in SACConfig to 'softplus' with defined min and max values for improved stability.
- Modified action sampling in SACPolicy to use reparameterized sampling, ensuring better gradient flow and log probability calculations.
- Cleaned up log probability calculations in TanhMultivariateNormalDiag for clarity and efficiency.
- Increased evaluation frequency in YAML configuration to 50000 for more efficient training cycles.

These changes aim to enhance the robustness and performance of the SAC implementation during training and inference.
2024-12-29 14:21:49 +00:00
..
common Refine SAC configuration and policy for enhanced performance 2024-12-29 14:21:49 +00:00
configs Refine SAC configuration and policy for enhanced performance 2024-12-29 14:21:49 +00:00
scripts Added normalization schemes and style checks 2024-12-29 12:51:21 +00:00
templates Dataset v2.0 (#461) 2024-11-29 19:04:00 +01:00
__init__.py Dataset v2.0 (#461) 2024-11-29 19:04:00 +01:00
__version__.py Add copyrights (#157) 2024-05-15 12:13:09 +02:00