Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
class
Integrator:
Callers
4
test_increase
Method · 0.80
test_decrease
Method · 0.80
test_decrease_limit
Method · 0.80
test_stringify_when_less_than_one
Method · 0.80
Calls
1
set
Method · 0.95
Tested by
4
test_increase
Method · 0.64
test_decrease
Method · 0.64
test_decrease_limit
Method · 0.64
test_stringify_when_less_than_one
Method · 0.64