mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-27 06:29:47 +00:00
simple eval
This commit is contained in:
@@ -60,6 +60,8 @@ class RLearNConfig(PreTrainedConfig):
|
||||
learning_rate: float = 1e-3
|
||||
weight_decay: float = 0.01
|
||||
|
||||
use_tanh_head = False
|
||||
|
||||
# Performance optimizations
|
||||
use_amp: bool = True # Mixed precision training for speed boost
|
||||
compile_model: bool = True # torch.compile for additional speedup
|
||||
|
||||
Reference in New Issue
Block a user