sim2bot.RobotState.t¶ t: float instance-attribute ¶ MuJoCo simulation time in seconds for the newest sample. Example¶ Read t info = sim.describe()[0] state = sim.state(robot=info.index) if state is not None: print(state.t) See also¶ sim2bot.RobotState sim2bot.Robot.state sim2bot.Robot.states Python examples