MCPcopy
hub / github.com/Farama-Foundation/Metaworld / _get_obs_dict

Method _get_obs_dict

metaworld/sawyer_xyz_env.py:529–535  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

527 return obs
528
529 def _get_obs_dict(self) -> ObservationDict:
530 obs = self._get_obs()
531 return dict(
532 state_observation=obs,
533 state_desired_goal=self._get_pos_goal(),
534 state_achieved_goal=obs[3:-3],
535 )
536
537 @cached_property
538 def sawyer_observation_space(self) -> Box:

Callers

nothing calls this directly

Calls 2

_get_obsMethod · 0.95
_get_pos_goalMethod · 0.95

Tested by

no test coverage detected