Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The converter is controlled by a config file at
hdf5_name: "arena_g1_static_apple_dataset_recorded.hdf5"

# Task description
language_instruction: "Pick up the apple from the shelf and place it onto the plate on the same shelf next to it."
language_instruction: "move the apple to the plate"
task_index: 3

# Data field mappings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
data_root: "/datasets/isaaclab_arena/static_apple_tutorial"

# Instruction given to the policy in natural language
language_instruction: "Pick up the apple from the shelf and place it onto the plate on the same shelf next to it."
language_instruction: "move the apple to the plate"
task_index: 3

# Name of the HDF5 file to use for the dataset (matches the recorder output from
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# (mount $MODELS_DIR -> /models, e.g. via `run_gr00t_server.sh -m $MODELS_DIR` or
# `-v $MODELS_DIR:/models` on raw `docker run`).
model_path: /models/isaaclab_arena/static_apple_tutorial/static_apple_n17_finetune/checkpoint-20000
language_instruction: "Pick up the apple from the shelf and place it onto the plate on the same shelf next to it."
language_instruction: "move the apple to the plate"

# Must match the diffusion head's action_horizon baked into the finetuned checkpoint
# (set via the action modality's `delta_indices=list(range(N))` in
Expand Down
Loading