mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-07 10:01:56 +00:00
Format GR00T OSS parity changes
This commit is contained in:
@@ -1870,7 +1870,6 @@ def test_groot_n1_7_vlm_encode_config_round_trips_model_name():
|
||||
def test_groot_n1_7_processor_uses_qwen_component_assets(monkeypatch):
|
||||
pytest.importorskip("transformers")
|
||||
|
||||
|
||||
from lerobot.policies.groot import processor_groot
|
||||
|
||||
calls = []
|
||||
@@ -2116,9 +2115,7 @@ def test_groot_n1_7_relative_action_training_processors_save_native_grouped_stat
|
||||
assert decode_config["raw_stats"]["action"]["gripper"]["max"] == [100.0]
|
||||
|
||||
|
||||
def test_groot_n1_7_relative_action_processors_compute_stats_from_runtime_dataset_meta(
|
||||
monkeypatch, tmp_path
|
||||
):
|
||||
def test_groot_n1_7_relative_action_processors_compute_stats_from_runtime_dataset_meta(monkeypatch, tmp_path):
|
||||
input_features, output_features = _groot_features(state_dim=6, action_dim=6)
|
||||
action_names = [
|
||||
"shoulder_pan.pos",
|
||||
|
||||
Reference in New Issue
Block a user