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

Method decrease

dm_control/viewer/util.py:133–135  ·  view source on GitHub ↗

Halves the current time factor value.

(self)

Source from the content-addressed store, hash-verified

131 self.set(self._real_time_multiplier * 2.)
132
133 def decrease(self):
134 """Halves the current time factor value."""
135 self.set(self._real_time_multiplier / 2.)
136
137
138class Integrator:

Callers 4

test_increaseMethod · 0.80
test_decreaseMethod · 0.80
test_decrease_limitMethod · 0.80

Calls 1

setMethod · 0.95

Tested by 4

test_increaseMethod · 0.64
test_decreaseMethod · 0.64
test_decrease_limitMethod · 0.64