Skip to content

FN8211/Control-Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Control Dataset: VLA or IL?

A controlled dataset for testing whether finetuning turns VLA models into fancy imitation learners.

πŸ“„ Blog: VLA or IL? A Controlled Dataset for Testing Whether Finetuning Turns Your VLA into a Fancy Imitation Learner

Repository Structure

.
β”œβ”€β”€ generate_control_dataset.py   # Generates 40 controlled BDDL variants (2x2 design)
β”œβ”€β”€ render_examples.py            # Renders scene images for each variant
β”œβ”€β”€ control_dataset/
β”‚   β”œβ”€β”€ original_seen/            # Baseline: original position + seen prompt
β”‚   β”œβ”€β”€ original_unseen/          # Tests language grounding: original position + unseen prompt
β”‚   β”œβ”€β”€ shuffled_seen/            # Tests spatial generalization: shuffled position + seen prompt
β”‚   └── shuffled_unseen/          # Tests both: shuffled position + unseen prompt
└── examples/
    β”œβ”€β”€ original_seen/
    β”œβ”€β”€ original_unseen/
    β”œβ”€β”€ shuffled_seen/
    └── shuffled_unseen/

Usage

Generate the dataset

python generate_control_dataset.py \
    --bddl_dir /path/to/libero/bddl_files/libero_object \
    --output_dir ./control_dataset \
    --seed 42

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages