LMN1590 commited on
Commit
61eb7c2
·
verified ·
1 Parent(s): 1f1d9f9

Upload folder using huggingface_hub

Browse files
config.yaml CHANGED
@@ -2,7 +2,7 @@ exp_name: debug_server
2
  seed: &seed 22
3
  out_dir: ./logs/
4
  tensorboard_log_dir: runs/
5
- save_every_iter: &log_freq 12
6
  total_steps: 512 # Check diffusion_cfg to see how many steps there are in diffusion (normal diffusion + upsampler)
7
  substep_count: 1 # remember to update in diffusion config in pointe, under the k keys
8
 
@@ -19,18 +19,6 @@ cond_config:
19
  # logging_bool: True
20
  cond_overall_logging: True
21
 
22
- preload_emb:
23
- condition_embedding:
24
- shape: [1,3,224,224]
25
- path: asset/img_asset/ver_rec.png
26
- random: False
27
- diffusion_noise:
28
- shape: [2,6,1024]
29
- path: asset/embeddings/base_noise_cone.npy
30
- upsample_noise:
31
- shape: [1,6,3072]
32
- path: asset/embeddings/upsample_noise_cone.npy
33
-
34
  softzoo_config:
35
  custom_gravity: False
36
  # eval: True
@@ -52,10 +40,13 @@ softzoo_config:
52
  obj_x_mul: [0.,1.,0.]
53
  obj_particle_id: 2
54
 
 
 
 
55
  seed: *seed # Placeholder, do not use
56
  torch_seed: *seed # Placeholder, do not use
57
  static_as_fixed: True
58
- device_memory_fraction: 0.8
59
 
60
  optimize_designer: True
61
  optimize_design_types: ['geometry','softness_E','softness_v','suction_val']
@@ -69,11 +60,3 @@ softzoo_config:
69
  design_device: cpu
70
  obj_initial_pos: [0,0,0]
71
  num_fingers: 2
72
-
73
- pointe_config:
74
- base_model_name: base40M
75
- device: cuda:1
76
- guidance_scale: [3.0, 0.0]
77
- num_points: [1024, 3072]
78
- sampling_mode: ddim
79
-
 
2
  seed: &seed 22
3
  out_dir: ./logs/
4
  tensorboard_log_dir: runs/
5
+ save_every_iter: &log_freq 1
6
  total_steps: 512 # Check diffusion_cfg to see how many steps there are in diffusion (normal diffusion + upsampler)
7
  substep_count: 1 # remember to update in diffusion config in pointe, under the k keys
8
 
 
19
  # logging_bool: True
20
  cond_overall_logging: True
21
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  softzoo_config:
23
  custom_gravity: False
24
  # eval: True
 
40
  obj_x_mul: [0.,1.,0.]
41
  obj_particle_id: 2
42
 
43
+ design_loss_types: ['FingerPenLoss','SegmentGrowthLoss','BasePenLoss']
44
+ design_loss_coeffs: [1.0,1.0,1.0]
45
+
46
  seed: *seed # Placeholder, do not use
47
  torch_seed: *seed # Placeholder, do not use
48
  static_as_fixed: True
49
+ device_memory_fraction: 0.775
50
 
51
  optimize_designer: True
52
  optimize_design_types: ['geometry','softness_E','softness_v','suction_val']
 
60
  design_device: cpu
61
  obj_initial_pos: [0,0,0]
62
  num_fingers: 2
 
 
 
 
 
 
 
 
softzoo/Ep_Batch_-1_Sampling_-001_Local_0000.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:912f26d667065cd4a9c39b4d84024d73aff133e2a1e97bb65f3968b000c555bb
3
- size 465195
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24b7ee22ea9c38067b9c3c52e84e886391336f798eb28483f2e583cec5ebd11b
3
+ size 485250
softzoo/ckpt/args.json CHANGED
@@ -53,11 +53,21 @@
53
  "cppn_seed_meshes": [],
54
  "custom_gravity": false,
55
  "design_device": "cpu",
 
 
 
 
 
 
 
 
 
 
56
  "designer_geometry_offset": 0.5,
57
  "designer_lr": 0.1,
58
  "designer_softness_offset": 0.5,
59
  "designer_type": "mlp",
60
- "device_memory_fraction": 0.8,
61
  "dump_rendering_data": false,
62
  "env": "land_environment",
63
  "env_config_file": "gripping_a_5_HTP_a_0.5_-0.5_-0.5_0.5_a_0.5.yaml",
@@ -159,7 +169,7 @@
159
  "optimize_designer": true,
160
  "out_dir": "./logs/debug_server/softzoo",
161
  "recenter_mesh_target": false,
162
- "render_every_iter": 12,
163
  "rotation_up_direction": [
164
  0.0,
165
  1.0,
@@ -167,7 +177,7 @@
167
  ],
168
  "save_controller": false,
169
  "save_designer": false,
170
- "save_every_iter": 12,
171
  "sdf_basis_actuator_mul": 1.0,
172
  "sdf_basis_coefs_activation": "linear",
173
  "sdf_basis_init_coefs_actuator": null,
 
53
  "cppn_seed_meshes": [],
54
  "custom_gravity": false,
55
  "design_device": "cpu",
56
+ "design_loss_coeffs": [
57
+ 1.0,
58
+ 1.0,
59
+ 1.0
60
+ ],
61
+ "design_loss_types": [
62
+ "FingerPenLoss",
63
+ "SegmentGrowthLoss",
64
+ "BasePenLoss"
65
+ ],
66
  "designer_geometry_offset": 0.5,
67
  "designer_lr": 0.1,
68
  "designer_softness_offset": 0.5,
69
  "designer_type": "mlp",
70
+ "device_memory_fraction": 0.775,
71
  "dump_rendering_data": false,
72
  "env": "land_environment",
73
  "env_config_file": "gripping_a_5_HTP_a_0.5_-0.5_-0.5_0.5_a_0.5.yaml",
 
169
  "optimize_designer": true,
170
  "out_dir": "./logs/debug_server/softzoo",
171
  "recenter_mesh_target": false,
172
+ "render_every_iter": 1,
173
  "rotation_up_direction": [
174
  0.0,
175
  1.0,
 
177
  ],
178
  "save_controller": false,
179
  "save_designer": false,
180
+ "save_every_iter": 1,
181
  "sdf_basis_actuator_mul": 1.0,
182
  "sdf_basis_coefs_activation": "linear",
183
  "sdf_basis_init_coefs_actuator": null,
softzoo/ckpt/env_config.yaml CHANGED
@@ -78,7 +78,7 @@ ENVIRONMENT:
78
  - 1.0
79
  - 0.0
80
  - 0.0
81
- n_actuators: 81
82
  p_rho_lower_bound_mul: 0.1
83
  objective: throw_object
84
  objective_config:
@@ -117,21 +117,21 @@ RENDERER:
117
  SIMULATOR:
118
  base_active_materials: []
119
  checkpoint_cache_device: torch_cpu
120
- default_dt: 5.e-5
121
  dim: 3
122
  gravity:
123
  - 0.0
124
  - -3.8
125
  - 0.0
126
- max_actuation: 81
127
  max_num_particles: 55000
128
- max_substeps: 17000
129
  max_substeps_local: 25
130
  needs_grad: true
131
  padding:
132
  - 28
133
  - 3
134
  - 28
135
- quality: 0.825
136
  use_checkpointing: true
137
  use_dynamic_field: false
 
78
  - 1.0
79
  - 0.0
80
  - 0.0
81
+ n_actuators: 101
82
  p_rho_lower_bound_mul: 0.1
83
  objective: throw_object
84
  objective_config:
 
117
  SIMULATOR:
118
  base_active_materials: []
119
  checkpoint_cache_device: torch_cpu
120
+ default_dt: 1.e-4
121
  dim: 3
122
  gravity:
123
  - 0.0
124
  - -3.8
125
  - 0.0
126
+ max_actuation: 101
127
  max_num_particles: 55000
128
+ max_substeps: 10000
129
  max_substeps_local: 25
130
  needs_grad: true
131
  padding:
132
  - 28
133
  - 3
134
  - 28
135
+ quality: 0.82
136
  use_checkpointing: true
137
  use_dynamic_field: false
softzoo/design/gripper_batch_-1.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf9cc7cb2f42a0c0b29c4edddb3d5156eeed6c7a1be8e3ccc19c10d1b2bb3d55
3
- size 462
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3047725d560ca91e82d6599c8449e1cdb9e7b6c97bc60a6986423ca9c90d8bc
3
+ size 486
training.log CHANGED
The diff for this file is too large to render. See raw diff