Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilchshake committed Aug 25, 2024
1 parent 9a3208c commit 907fc0b
Show file tree
Hide file tree
Showing 10 changed files with 137 additions and 27 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
55 changes: 55 additions & 0 deletions data/gen_archive/insaneV1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "insaneV1",
"description": null,
"version": "1.0",
"inner_rad_mut_prob": 0.6,
"inner_size_mut_prob": 1.0,
"outer_rad_mut_prob": 0.45,
"outer_size_mut_prob": 0.9,
"shift_weights": {
"values": null,
"probs": [
0.4878048780487805,
0.21951219512195122,
0.1951219512195122,
0.0975609756097561
]
},
"platform_distance_bounds": [
250,
350
],
"momentum_prob": 0.7,
"max_distance": 2.7,
"waypoint_reached_dist": 300,
"inner_size_probs": {
"values": [
1,
3,
8
],
"probs": [
0.8411458,
0.14843751,
0.010416666
]
},
"outer_margin_probs": {
"values": [
2
],
"probs": [
1.0
]
},
"skip_length_bounds": [
5,
14
],
"skip_min_spacing_sqr": 11,
"min_freeze_size": 10,
"enable_pulse": true,
"pulse_straight_delay": 10,
"pulse_corner_delay": 5,
"pulse_max_kernel_size": 1
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
41 changes: 33 additions & 8 deletions data/gen_configs/1tilerz.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,23 @@
"shift_weights": {
"values": null,
"probs": [
0.6451612903225806,
0.16129032258064516,
0.12903225806451613,
0.06451612903225806
0.6451613,
0.16129032,
0.12903225,
0.06451613
]
},
"platform_distance_bounds": [
100,
100
"plat_min_distance": 40,
"plat_width_bounds": [
3,
5
],
"plat_height_bounds": [
0,
1
],
"plat_min_empty_height": 4,
"plat_soft_overhang": false,
"momentum_prob": 0.72,
"max_distance": 4.0,
"waypoint_reached_dist": 300,
Expand All @@ -38,17 +45,35 @@
1.0
]
},
"circ_probs": {
"values": [
0.0,
0.6,
0.8
],
"probs": [
0.7894737,
0.15789475,
0.05263158
]
},
"skip_length_bounds": [
3,
25
],
"skip_min_spacing_sqr": 45,
"max_level_skip": 90,
"min_freeze_size": 2,
"enable_pulse": true,
"pulse_straight_delay": 20,
"pulse_corner_delay": 2,
"pulse_max_kernel_size": 4,
"fade_steps": 30,
"fade_max_size": 5,
"fade_min_size": 2
"fade_min_size": 2,
"max_subwaypoint_dist": 50.0,
"subwaypoint_max_shift_dist": 5.0,
"pos_lock_max_dist": 20.0,
"pos_lock_max_delay": 1000,
"lock_kernel_size": 9
}
68 changes: 49 additions & 19 deletions data/gen_configs/insane.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,47 +9,77 @@
"shift_weights": {
"values": null,
"probs": [
0.4878048780487805,
0.21951219512195122,
0.1951219512195122,
0.0975609756097561
0.3508772,
0.31578946,
0.2982456,
0.03508772
]
},
"platform_distance_bounds": [
250,
350
"plat_min_distance": 40,
"plat_width_bounds": [
2,
5
],
"plat_height_bounds": [
0,
0
],
"plat_min_empty_height": 3,
"plat_soft_overhang": false,
"momentum_prob": 0.7,
"max_distance": 2.7,
"max_distance": 2.2,
"waypoint_reached_dist": 300,
"inner_size_probs": {
"values": [
1,
3,
8
4
],
"probs": [
0.8411458,
0.14843751,
0.010416666
0.9398248,
0.0497585,
0.010416667
]
},
"outer_margin_probs": {
"values": [
2
2,
4
],
"probs": [
0.94736844,
0.052631583
]
},
"circ_probs": {
"values": [
0.0,
0.6,
0.8
],
"probs": [
1.0
0.7894737,
0.15789475,
0.05263158
]
},
"skip_length_bounds": [
5,
14
4,
12
],
"skip_min_spacing_sqr": 11,
"skip_min_spacing_sqr": 21,
"max_level_skip": 90,
"min_freeze_size": 10,
"enable_pulse": true,
"pulse_straight_delay": 10,
"pulse_corner_delay": 5,
"pulse_max_kernel_size": 1
"pulse_corner_delay": 3,
"pulse_max_kernel_size": 1,
"fade_steps": 60,
"fade_max_size": 6,
"fade_min_size": 3,
"max_subwaypoint_dist": 50.0,
"subwaypoint_max_shift_dist": 5.0,
"pos_lock_max_dist": 20.0,
"pos_lock_max_delay": 1000,
"lock_kernel_size": 9
}

0 comments on commit 907fc0b

Please sign in to comment.