Rename Aloha2 to Aloha
This commit is contained in:
@@ -4,7 +4,7 @@ fps: 30
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
name: dora
|
name: dora
|
||||||
task: DoraAloha2-v0
|
task: DoraAloha-v0
|
||||||
state_dim: 14
|
state_dim: 14
|
||||||
action_dim: 14
|
action_dim: 14
|
||||||
fps: ${fps}
|
fps: ${fps}
|
||||||
@@ -1,7 +1,21 @@
|
|||||||
# @package _global_
|
# @package _global_
|
||||||
|
|
||||||
|
# Use `act_real.yaml` to train on real-world Aloha/Aloha2 datasets.
|
||||||
|
# Compared to `act.yaml`, it contains 4 cameras (i.e. cam_right_wrist, cam_left_wrist, images,
|
||||||
|
# cam_low) instead of 1 camera (i.e. top). Also, `training.eval_freq` is set to -1. This config is used
|
||||||
|
# to evaluate checkpoints at a certain frequency of training steps. When it is set to -1, it deactivates evaluation.
|
||||||
|
# This is because real-world evaluation is done through [dora-lerobot](https://github.com/dora-rs/dora-lerobot).
|
||||||
|
# Look at its README for more information on how to evaluate a checkpoint in the real-world.
|
||||||
|
#
|
||||||
|
# Example of usage for training:
|
||||||
|
# ```bash
|
||||||
|
# python lerobot/scripts/train.py \
|
||||||
|
# policy=act_real \
|
||||||
|
# env=aloha_real
|
||||||
|
# ```
|
||||||
|
|
||||||
seed: 1000
|
seed: 1000
|
||||||
dataset_repo_id: cadene/wrist_gripper
|
dataset_repo_id: lerobot/aloha_static_vinh_cup
|
||||||
|
|
||||||
override_dataset_stats:
|
override_dataset_stats:
|
||||||
observation.images.cam_right_wrist:
|
observation.images.cam_right_wrist:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
# ```bash
|
# ```bash
|
||||||
# python lerobot/scripts/train.py \
|
# python lerobot/scripts/train.py \
|
||||||
# policy=act_real_no_state \
|
# policy=act_real_no_state \
|
||||||
# env=dora_aloha_real
|
# env=aloha2_real
|
||||||
# ```
|
# ```
|
||||||
|
|
||||||
seed: 1000
|
seed: 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user