Flow Matching โ Real Lid
Behavior-cloning / flow-matching policy checkpoints for the real-robot lid task, across multiple rounds.
Contents
This repository contains 31 PyTorch checkpoints (.pth), totaling roughly 173G.
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.