Goal: insert and lock the portafilter into the espresso machine
Enabling Robot Evaluation and Learning at Scale
Rewards in action
One API for evaluating robot behavior
Goal: put all the dishes into the sink
Goal: open the door and go through the doorway
Goal: use the peeler to peel the skin mandarin
Available models
Choose a model
Run every model through the same API and switch between them with a single parameter.
SOLE-R1
sole-r1Robometer
robometerTOPReward
toprewardRoboReward
roborewardquickstart.py
1from sublinear import Sublinear23client = Sublinear(api_key=API_KEY)45response = client.responses.create(6 model="sole-r1",7 task_description="Fold the clothes.",8 video_path="episode.mp4"9)1011print(response.rewards)12print(response.success)