Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/dm_control
/ time
Method
time
dm_control/rl/control.py:221–222 ·
view source on GitHub ↗
Returns the elapsed simulation time in seconds.
(self)
Source
from the content-addressed store, hash-verified
219
220
@abc.abstractmethod
221
def
time(self):
222
""
"Returns the elapsed simulation time in seconds."
""
223
224
@abc.abstractmethod
225
def
timestep(self):
Callers
15
main
Function · 0.45
__init__
Method · 0.45
value
Method · 0.45
__init__
Method · 0.45
tick
Method · 0.45
measure_time
Method · 0.45
process
Method · 0.45
func
Function · 0.45
test_backdriving_torque
Method · 0.45
test_finger_travel_time
Method · 0.45
_update_activation
Method · 0.45
set_walker_poses
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_backdriving_torque
Method · 0.36
test_finger_travel_time
Method · 0.36