Flow Matching โ Real Burger
Behavior-cloning / flow-matching policy checkpoints for the real-robot burger task, across multiple rounds.
Contents
This repository contains 20 PyTorch checkpoints (.pth), totaling roughly 112G.
Each subdirectory corresponds to one training run, named as:
<run-name>_seed<seed>_<timestamp>/epoch_<N>.pth
Some runs include multiple epochs.
Usage
import torch
state = torch.load("epoch_99.pth", map_location="cpu")
License
Released under CC BY 4.0.