exp_name: particle_based_representation seed: &seed 22232 out_dir: ./logs/ tensorboard_log_dir: runs/ save_every_iter: &log_freq 12 total_steps: 512 # Check diffusion_cfg to see how many steps there are in diffusion (normal diffusion + upsampler) substep_count: 1 # remember to update in diffusion config in pointe, under the k keys cond_config: - name: "SoftZoo_Sim" grad_scale: !!float 1e6 grad_clamp: !!float 1e0 calc_gradient: True logging_bool: True # - name: "Dist_To_Origin" # grad_scale: !!float 1e0 # grad_clamp: !!float 1e-2 # calc_gradient: True # logging_bool: True cond_overall_logging: True softzoo_config: custom_gravity: False # eval: True out_dir: null # Placeholder, need to be set in run.py fixed_v: default.json objects_set_file: objects_set_a_1.json env_config_file: aioz_sim.yaml # Placeholder, need to be inserted manually layout_config_file: double.json robot_rot: [1.,0.,0.,0.] # [w,x,y,z] robot_shift: [0.,0.,0.] # [x,y,z] desc_prompt: base.txt viewpoint: [-1.,-0.25,-0.1] save_every_iter: *log_freq render_every_iter: 8 n_iters: 301 n_frames: 100 designer_config: diff_conditioning/simulation_env/designer/encoded_finger/config/double.json controller_type: all_on active: True action_v_strength: 0.35 loss_types: [ObjectBalancedLoss,ContactLoss,ThrowingObjectLoss] loss_coefs: [1.e-4,1.e-5,1.0] obj_x_mul: [0.,1.,0.] com_x_mul: [1.,2.,1.] obj_particle_id: 2 design_loss_types: ['FingerPenLoss','SelfFingerPenLoss','CLIPLoss','AngleLoss'] design_loss_coeffs: [10.0,0.01,1.e-5,0.05] seed: *seed # Placeholder, do not use torch_seed: *seed # Placeholder, do not use static_as_fixed: True device_memory_fraction: 0.55 optimize_designer: True optimize_design_types: ['geometry','softness_E','softness_v','suction_val'] designer_lr: 0.1 optimize_controller: False gen_pointe_bounding_box: max: [1.5,0.1,1.5] # mean: [0.,0.,0.] min: [-1.5,-3.0,-1.5] design_device: cuda:0 obj_initial_pos: [0,0,0] num_fingers: 2