chore (docs): add docstring for processor

This commit is contained in:
Adil Zouitine
2025-07-04 11:07:18 +02:00
parent 453e0a995f
commit 9f33791b19
5 changed files with 214 additions and 17 deletions

View File

@@ -181,7 +181,7 @@ class StateProcessor:
@dataclass
@ProcessorStepRegistry.register(name="observation_processor")
class ObservationProcessor:
class VanillaObservationProcessor:
"""Complete observation processor that combines image and state processing.
This processor replicates the functionality of the original preprocess_observation