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

Method value

dm_control/viewer/util.py:154–156  ·  view source on GitHub ↗

Returns the averaged value.

(self)

Source from the content-addressed store, hash-verified

152
153 @property
154 def value(self):
155 """Returns the averaged value."""
156 return self._value
157
158 @value.setter
159 def value(self, val):

Callers

nothing calls this directly

Calls 1

timeMethod · 0.45

Tested by

no test coverage detected