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

Method get_termination

dm_control/rl/control.py:356–357  ·  view source on GitHub ↗

If the episode should end, returns a final discount, otherwise None.

(self, physics)

Source from the content-addressed store, hash-verified

354 """
355
356 def get_termination(self, physics):
357 """If the episode should end, returns a final discount, otherwise None."""
358
359 def observation_spec(self, physics):
360 """Optional method that returns the observation spec.

Callers 1

stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected