1.3.1
Improved pip package setup. Just run 'pip install cadenza-lab' to call and use your favorite Cadenza features!
BIG CHANGE: Added VLA Model Integration into Cadenza, reducing the "blackbox-ness" of training physical AI models.
Just use the following and enjoy!
policy = SmolVLAPolicy.from_pretrained("lerobot/smolvla_base")
cadenza.stack.register_world_model("smolvla", model=policy)
cadenza.stack.run(robot="go1", goal=("walk_forward then climb_step, then walk_forward then sit"), target=(-5.5, 0.0), xml_path=SCENE, max_iterations=40)