kelvinzhaozg commited on
Commit
bf52859
·
verified ·
1 Parent(s): af09d0e

Upload flow matching DiT policy checkpoint

Browse files
Files changed (2) hide show
  1. config.json +93 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "flow_matching_dit",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MIN_MAX",
7
+ "ACTION": "MIN_MAX"
8
+ },
9
+ "input_features": {
10
+ "observation.images.base_image": {
11
+ "type": "VISUAL",
12
+ "shape": [
13
+ 3,
14
+ 240,
15
+ 424
16
+ ]
17
+ },
18
+ "observation.images.right_wrist_image": {
19
+ "type": "VISUAL",
20
+ "shape": [
21
+ 3,
22
+ 240,
23
+ 424
24
+ ]
25
+ },
26
+ "observation.images.left_wrist_image": {
27
+ "type": "VISUAL",
28
+ "shape": [
29
+ 3,
30
+ 240,
31
+ 424
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "type": "STATE",
36
+ "shape": [
37
+ 14
38
+ ]
39
+ }
40
+ },
41
+ "output_features": {
42
+ "action": {
43
+ "type": "ACTION",
44
+ "shape": [
45
+ 14
46
+ ]
47
+ }
48
+ },
49
+ "device": "cuda",
50
+ "use_amp": false,
51
+ "push_to_hub": false,
52
+ "repo_id": "kelvinzhaozg/flow_matching_dit_arx_dual_carpet_separation",
53
+ "private": null,
54
+ "tags": null,
55
+ "license": null,
56
+ "horizon": 64,
57
+ "n_action_steps": 32,
58
+ "drop_n_last_frames": 7,
59
+ "vision_backbone": "resnet18",
60
+ "crop_shape": [
61
+ 224,
62
+ 224
63
+ ],
64
+ "crop_is_random": true,
65
+ "pretrained_backbone_weights": null,
66
+ "use_group_norm": true,
67
+ "spatial_softmax_num_keypoints": 32,
68
+ "use_separate_rgb_encoder_per_camera": true,
69
+ "hidden_size": 768,
70
+ "num_layers": 12,
71
+ "num_attention_heads": 12,
72
+ "attention_dropout": 0.1,
73
+ "patch_size": 2,
74
+ "use_adaln_zero": true,
75
+ "cross_attention_dim": 512,
76
+ "add_cross_attention": true,
77
+ "do_mask_loss_for_padding": false,
78
+ "optimizer_lr": 0.0001,
79
+ "optimizer_betas": [
80
+ 0.95,
81
+ 0.999
82
+ ],
83
+ "optimizer_eps": 1e-08,
84
+ "optimizer_weight_decay": 1e-06,
85
+ "scheduler_name": "cosine",
86
+ "scheduler_warmup_steps": 500,
87
+ "flow_matching_type": "CondOT",
88
+ "num_integration_steps": 50,
89
+ "fm_time_embed_dim": 256,
90
+ "fm_min_period": 0.004,
91
+ "fm_max_period": 4.0,
92
+ "ode_solver_method": "midpoint"
93
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa844f9c0528f0bf3480fd1c65f94667c7fb24b576583e5111fc99610874980
3
+ size 889046856