MCPcopy 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

mainFunction · 0.45
__init__Method · 0.45
valueMethod · 0.45
__init__Method · 0.45
tickMethod · 0.45
measure_timeMethod · 0.45
processMethod · 0.45
funcFunction · 0.45
_update_activationMethod · 0.45
set_walker_posesMethod · 0.45

Calls

no outgoing calls

Tested by 2