mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 08:39:49 +00:00
refactor(processors): several additions (#1926)
* chore(processor): remove merge_transitions functions (#1925) * refactor(processors): move processors out of configs (#1927) * chore(processor): streamline combine_features_dict (#1928) * chore(policies): use new constants (#1929) * fix(deps): right version transformers (#1930) * fix(tests): add none + disable async tests for now (#1931)
This commit is contained in:
@@ -181,7 +181,6 @@ from lerobot.processor.converters import (
|
||||
|
||||
# Utilities
|
||||
create_transition, # Build transitions with defaults
|
||||
merge_transitions, # Combine multiple transitions
|
||||
identity_transition # Pass-through converter
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user