-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathconfig.yaml
More file actions
executable file
·71 lines (51 loc) · 2.25 KB
/
config.yaml
File metadata and controls
executable file
·71 lines (51 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# do not change max_action_dim, max_state_dim, max_views
max_action_dim: 24
max_state_dim: 24
max_views: 3
data_groups:
##############################################################################
# Your embodiment_name:
# your_dataset_name:
# path: /path/to/your/dataset
# view_map:
# image_1: observation.images.image_1
# image_2: observation.images.image_2
# image_3: observation.images.image_3
################################################################################
# This is an example of how to configure the dataset path and view mapping for MetaWorld
metaworld_sawyer:
Evo1_MetaWorld:
path: /home/dell/code/lintao/Evo_1/Evo1_training_dataset/Evo1_MetaWorld_Dataset
view_map:
image_1: observation.images.image
# This is an example of how to configure multi-task training for LIBERO.
# The libero dataset is from https://huggingface.co/collections/IPEC-COMMUNITY/libero-benchmark-dataset
# libero_franka:
# libero_spatial_no_noops_1.0.0_lerobot:
# path: /share/taolin/datasets/libero/libero_spatial_no_noops_1.0.0_lerobot
# view_map:
# image_1: observation.images.image
# image_2: observation.images.wrist_image
# libero_object_no_noops_1.0.0_lerobot:
# path: /share/taolin/datasets/libero/libero_object_no_noops_1.0.0_lerobot
# view_map:
# image_1: observation.images.image
# image_2: observation.images.wrist_image
# libero_goal_no_noops_1.0.0_lerobot:
# path: /share/taolin/datasets/libero/libero_goal_no_noops_1.0.0_lerobot
# view_map:
# image_1: observation.images.image
# image_2: observation.images.wrist_image
# libero_10_no_noops_1.0.0_lerobot:
# path: /share/taolin/datasets/libero/libero_10_no_noops_1.0.0_lerobot
# view_map:
# image_1: observation.images.image
# image_2: observation.images.wrist_image
# This is an example of how to configure the dataset path and view mapping for RoboTwin
# robotwin_robot:
# click_alarmclock_v2.1:
# path: /share/taolin/datasets/robotwin/click_alarmclock_v2.1
# view_map:
# image_1: observation.images.image_1
# image_2: observation.images.image_2
# image_3: observation.images.image_3