chore(learner): nit comment from copilot

This commit is contained in:
Adil Zouitine
2025-07-07 13:37:52 +02:00
parent 097842c70f
commit e9f7f5127b
+1 -1
View File
@@ -189,7 +189,7 @@ def _default_batch_to_transition(batch: dict[str, Any]) -> EnvTransition: # noq
observation = None
if observation_keys:
observation = {}
# Add observation.* keys to the observation dict, removing the "observation." prefix
# Add observation.* keys to the observation dict
for key, value in observation_keys.items():
observation[key] = value