Upload folder using huggingface_hub
Browse files- README.md +11 -0
- config.json +24 -0
- config.yaml +146 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- bc
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
- robotics
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: [More Information Needed]
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"input_normalization_modes": {},
|
3 |
+
"input_shapes": {
|
4 |
+
"observation_images_agentview": [
|
5 |
+
3,
|
6 |
+
96,
|
7 |
+
96
|
8 |
+
],
|
9 |
+
"observation_images_robot0_eye_in_hand": [
|
10 |
+
3,
|
11 |
+
96,
|
12 |
+
96
|
13 |
+
],
|
14 |
+
"observation_state": [
|
15 |
+
9
|
16 |
+
]
|
17 |
+
},
|
18 |
+
"output_normalization_modes": {},
|
19 |
+
"output_shapes": {
|
20 |
+
"action": [
|
21 |
+
7
|
22 |
+
]
|
23 |
+
}
|
24 |
+
}
|
config.yaml
ADDED
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
resume: false
|
2 |
+
device: cuda
|
3 |
+
use_amp: false
|
4 |
+
seed: 1000
|
5 |
+
dataset_repo_id: kywch/mimicgen_stack_d1_so
|
6 |
+
video_backend: pyav
|
7 |
+
training:
|
8 |
+
offline_steps: 160000
|
9 |
+
num_workers: 4
|
10 |
+
batch_size: 16
|
11 |
+
eval_freq: 10000
|
12 |
+
log_freq: 200
|
13 |
+
save_checkpoint: true
|
14 |
+
save_freq: 20000
|
15 |
+
online_steps: 0
|
16 |
+
online_rollout_n_episodes: 1
|
17 |
+
online_rollout_batch_size: 1
|
18 |
+
online_steps_between_rollouts: null
|
19 |
+
online_sampling_ratio: 0.5
|
20 |
+
online_env_seed: null
|
21 |
+
online_buffer_capacity: null
|
22 |
+
online_buffer_seed_size: 0
|
23 |
+
do_online_rollout_async: false
|
24 |
+
image_transforms:
|
25 |
+
enable: false
|
26 |
+
max_num_transforms: 3
|
27 |
+
random_order: false
|
28 |
+
brightness:
|
29 |
+
weight: 1
|
30 |
+
min_max:
|
31 |
+
- 0.8
|
32 |
+
- 1.2
|
33 |
+
contrast:
|
34 |
+
weight: 1
|
35 |
+
min_max:
|
36 |
+
- 0.8
|
37 |
+
- 1.2
|
38 |
+
saturation:
|
39 |
+
weight: 1
|
40 |
+
min_max:
|
41 |
+
- 0.5
|
42 |
+
- 1.5
|
43 |
+
hue:
|
44 |
+
weight: 1
|
45 |
+
min_max:
|
46 |
+
- -0.05
|
47 |
+
- 0.05
|
48 |
+
sharpness:
|
49 |
+
weight: 1
|
50 |
+
min_max:
|
51 |
+
- 0.8
|
52 |
+
- 1.2
|
53 |
+
lr: 0.0001
|
54 |
+
weight_decay: 0.0
|
55 |
+
decay_factor: 0.1
|
56 |
+
epoch_schedule: []
|
57 |
+
scheduler_type: multistep
|
58 |
+
grad_clip_norm: 200
|
59 |
+
delta_timestamps:
|
60 |
+
observation.images.agentview:
|
61 |
+
- -0.45
|
62 |
+
- -0.4
|
63 |
+
- -0.35
|
64 |
+
- -0.3
|
65 |
+
- -0.25
|
66 |
+
- -0.2
|
67 |
+
- -0.15
|
68 |
+
- -0.1
|
69 |
+
- -0.05
|
70 |
+
- 0.0
|
71 |
+
observation.images.robot0_eye_in_hand:
|
72 |
+
- -0.45
|
73 |
+
- -0.4
|
74 |
+
- -0.35
|
75 |
+
- -0.3
|
76 |
+
- -0.25
|
77 |
+
- -0.2
|
78 |
+
- -0.15
|
79 |
+
- -0.1
|
80 |
+
- -0.05
|
81 |
+
- 0.0
|
82 |
+
observation.state:
|
83 |
+
- -0.45
|
84 |
+
- -0.4
|
85 |
+
- -0.35
|
86 |
+
- -0.3
|
87 |
+
- -0.25
|
88 |
+
- -0.2
|
89 |
+
- -0.15
|
90 |
+
- -0.1
|
91 |
+
- -0.05
|
92 |
+
- 0.0
|
93 |
+
action_delta:
|
94 |
+
- -0.45
|
95 |
+
- -0.4
|
96 |
+
- -0.35
|
97 |
+
- -0.3
|
98 |
+
- -0.25
|
99 |
+
- -0.2
|
100 |
+
- -0.15
|
101 |
+
- -0.1
|
102 |
+
- -0.05
|
103 |
+
- 0.0
|
104 |
+
eval:
|
105 |
+
n_episodes: 20
|
106 |
+
batch_size: 20
|
107 |
+
use_async_envs: true
|
108 |
+
use_training_episodes: false
|
109 |
+
wandb:
|
110 |
+
enable: true
|
111 |
+
disable_artifact: true
|
112 |
+
project: lerobot
|
113 |
+
notes: ''
|
114 |
+
fps: 20
|
115 |
+
env:
|
116 |
+
name: mimicgen
|
117 |
+
task: Stack_D1
|
118 |
+
state_dim: 9
|
119 |
+
action_dim: 7
|
120 |
+
episode_length: 250
|
121 |
+
meta: stack_d1_env.json
|
122 |
+
image_keys:
|
123 |
+
- agentview
|
124 |
+
- robot0_eye_in_hand
|
125 |
+
state_keys:
|
126 |
+
- robot0_eef_pos
|
127 |
+
- robot0_eef_quat
|
128 |
+
- robot0_gripper_qpos
|
129 |
+
use_delta_action: true
|
130 |
+
policy:
|
131 |
+
name: bcrnn
|
132 |
+
n_obs_steps: 10
|
133 |
+
input_shapes:
|
134 |
+
observation.images.agentview:
|
135 |
+
- 3
|
136 |
+
- 96
|
137 |
+
- 96
|
138 |
+
observation.images.robot0_eye_in_hand:
|
139 |
+
- 3
|
140 |
+
- 96
|
141 |
+
- 96
|
142 |
+
observation.state:
|
143 |
+
- ${env.state_dim}
|
144 |
+
output_shapes:
|
145 |
+
action:
|
146 |
+
- ${env.action_dim}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4721d23e12273cf1f153500df17e98f72d940479f9cf3664e0b76d89832279d5
|
3 |
+
size 140390814
|