mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 17:56:07 +00:00
add small logging
This commit is contained in:
@@ -309,7 +309,7 @@ class SARMRewardModel(PreTrainedPolicy):
|
|||||||
self.config.num_stages = num_stages
|
self.config.num_stages = num_stages
|
||||||
self.config.subtask_names = subtask_names
|
self.config.subtask_names = subtask_names
|
||||||
|
|
||||||
logging.info(f"Auto-detected {num_stages} subtasks from dataset: {subtask_names}")
|
logging.info(f"Auto-detected {num_stages} subtasks from dataset: {subtask_names}, using {num_stages} stages")
|
||||||
|
|
||||||
def to(self, device):
|
def to(self, device):
|
||||||
"""Override to method to ensure all components move together."""
|
"""Override to method to ensure all components move together."""
|
||||||
|
|||||||
Reference in New Issue
Block a user