Views
No views yet
MINERVA studies a closed-set benchmark. It is not a general-purpose vision-language-action model and cannot execute unseen instructions.
| Checkpoint | Parameters | Spatial | Object | Goal | Long | Average |
|---|---|---|---|---|---|---|
t05_l1_0.54M | 0.54M | 96.8 | 99.6 | 97.4 | 89.2 | 95.75 |
mujoco==3.3.2. The result is from one training
seed. Aggregate tables and experiment notes are available in the
source repository.>=3.12,<3.14 and the locked environment from the source repository:1git clone --depth 1 https://github.com/k1000dai/MINERVA.git
2cd MINERVA
3uv python install 3.13
4uv sync --python 3.13 --locked --extra libero
5
6uv run hf download k1000dai/MINERVA \
7 --revision 1b4fb1743f00a7d8eb87c7059c446447907d12bf \
8 --include "t05_l1_0.54M/*" --local-dir ckpt
9
10export MUJOCO_GL=egl
11uv run lerobot-eval \
12 --policy.path=ckpt/t05_l1_0.54M \
13 --env.type=libero \
14 --env.task=libero_spatial,libero_object,libero_goal,libero_10 \
15 --policy.temporal_ensemble_coeff=0.01 --policy.n_action_steps=1 \
16 --eval.batch_size=5 --eval.n_episodes=50 --env.max_parallel_tasks=1 \
17 --seed=1000 --output_dir=eval_fullt3C_2.75M teacher used to train the released model. See
the training recipe and
artifact manifest for pinned inputs.