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

Method increase

dm_control/viewer/util.py:129–131  ·  view source on GitHub ↗

Doubles the current time factor value.

(self)

Source from the content-addressed store, hash-verified

127 return time_factor
128
129 def increase(self):
130 """Doubles the current time factor value."""
131 self.set(self._real_time_multiplier * 2.)
132
133 def decrease(self):
134 """Halves the current time factor value."""

Callers 2

test_increaseMethod · 0.80
test_increase_limitMethod · 0.80

Calls 1

setMethod · 0.95

Tested by 2

test_increaseMethod · 0.64
test_increase_limitMethod · 0.64