mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-23 12:40:08 +00:00
chore(processor): remove unused transition_features dict
This commit is contained in:
@@ -382,13 +382,6 @@ def record(cfg: RecordConfig) -> LeRobotDataset:
|
|||||||
|
|
||||||
teleop_action_processor, robot_action_processor, robot_observation_processor = make_default_processors()
|
teleop_action_processor, robot_action_processor, robot_observation_processor = make_default_processors()
|
||||||
|
|
||||||
# Add next.* features that are generated during recording
|
|
||||||
_transition_features = {
|
|
||||||
"next.reward": {"dtype": "float32", "shape": (1,), "names": None},
|
|
||||||
"next.done": {"dtype": "bool", "shape": (1,), "names": None},
|
|
||||||
"next.truncated": {"dtype": "bool", "shape": (1,), "names": None},
|
|
||||||
}
|
|
||||||
|
|
||||||
dataset_features = combine_feature_dicts(
|
dataset_features = combine_feature_dicts(
|
||||||
aggregate_pipeline_dataset_features(
|
aggregate_pipeline_dataset_features(
|
||||||
pipeline=teleop_action_processor,
|
pipeline=teleop_action_processor,
|
||||||
|
|||||||
Reference in New Issue
Block a user