MCPcopy Create free account
hub / github.com/BoosterRobotics/booster_train / main

Function main

scripts/replay_npz.py:134–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132
133
134def main():
135 sim_cfg = sim_utils.SimulationCfg(device=args_cli.device)
136 sim_cfg.dt = 0.02
137 sim = SimulationContext(sim_cfg)
138
139 scene_cfg = ReplayMotionsSceneCfg(num_envs=1, env_spacing=2.0)
140 scene = InteractiveScene(scene_cfg)
141 sim.reset()
142 # Run the simulator
143 run_simulator(sim, scene)
144
145
146if __name__ == "__main__":

Callers 1

replay_npz.pyFile · 0.70

Calls 3

resetMethod · 0.80
run_simulatorFunction · 0.70

Tested by

no test coverage detected