{
  "device": "cuda",
  "dataset": "Cube",
  "scale": 1.0,
  "dens_rand_edge": 1.0,
  "training_steps": 100000,
  "patience": 5000,
  "pool_size": 256,
  "batch_sch": [
    0,
    16
  ],
  "std_damage": 0.05,
  "radius_damage": 1.0,
  "node_dim": 16,
  "message_dim": 32,
  "n_layers": 1,
  "norm_type": "pn",
  "act": "tanh",
  "std": 0.5,
  "n_min_steps": 15,
  "n_max_steps": 25,
  "fire_rate": 1.0,
  "is_residual": true,
  "has_coord_act": true,
  "has_attention": false,
  "lr": 0.001,
  "b1": 0.9,
  "b2": 0.999,
  "wd": 1e-05,
  "grad_clip_val": 1.0,
  "patience_sch": 500,
  "factor_sch": 0.5
}