MCPcopy Create free account
hub / github.com/google-deepmind/dm_control / get_observation

Method get_observation

dm_control/rl/control.py:341–346  ·  view source on GitHub ↗

Returns an observation from the environment. Args: physics: Instance of `Physics`.

(self, physics)

Source from the content-addressed store, hash-verified

339
340 @abc.abstractmethod
341 def get_observation(self, physics):
342 """Returns an observation from the environment.
343
344 Args:
345 physics: Instance of `Physics`.
346 """
347
348 @abc.abstractmethod
349 def get_reward(self, physics):

Callers 3

resetMethod · 0.45
stepMethod · 0.45
observation_specMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected