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

Method step

dm_control/rl/control.py:212–218  ·  view source on GitHub ↗

Updates the simulation state. Args: n_sub_steps: Optional number of times to repeatedly update the simulation state. Defaults to 1.

(self, n_sub_steps=1)

Source from the content-addressed store, hash-verified

210
211 @abc.abstractmethod
212 def step(self, n_sub_steps=1):
213 """Updates the simulation state.
214
215 Args:
216 n_sub_steps: Optional number of times to repeatedly update the simulation
217 state. Defaults to 1.
218 """
219
220 @abc.abstractmethod
221 def time(self):

Callers 15

_stepMethod · 0.45
stepMethod · 0.45
test_instantiationMethod · 0.45
funcFunction · 0.45
test_can_attach_handMethod · 0.45

Calls

no outgoing calls