You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are starting to use Observation Transformers as a general Habitat_Baselines tool and therefore it should be graduated one config level so it's no longer under the RL namespace.
Decouple type for ObservationTransformer name, this allows multiple observation transformers of the same class with different args.
Better to do this sooner since more and more people are beginning to rely on ObservationTransformers.
The text was updated successfully, but these errors were encountered:
Okay, so I think we may need to make the observation transfromer more like the Sensor API so that type and keyname are seperated. That way, a user can define multiple of the same observation_transformers affecting different keys just like they do currently with sensor types. ENABLED_SENSOR could then selected the obs_transformer based on their name, instead of their type:
🚀 Feature
Better to do this sooner since more and more people are beginning to rely on ObservationTransformers.
The text was updated successfully, but these errors were encountered: