diff --git a/configs/hardV2.json b/configs/hardV2.json index 8a9c264..ec8cbe0 100644 --- a/configs/hardV2.json +++ b/configs/hardV2.json @@ -16,7 +16,7 @@ 350 ], "momentum_prob": 0.6, - "max_distance": 9.2, + "max_distance": 9.0, "waypoint_reached_dist": 300, "inner_size_probs": [ [ @@ -39,15 +39,15 @@ "outer_margin_probs": [ [ 2, - 0.941064 + 0.97118473 ], [ 4, - 0.05279998 + 0.025719268 ], [ 6, - 0.0061360104 + 0.0030960215 ] ], "waypoints": [ diff --git a/configs/mainV2.json b/configs/mainV2.json new file mode 100644 index 0000000..f1a6512 --- /dev/null +++ b/configs/mainV2.json @@ -0,0 +1,67 @@ +{ + "name": "mainV2", + "description": null, + "inner_rad_mut_prob": 0.67, + "inner_size_mut_prob": 0.6, + "outer_rad_mut_prob": 0.55, + "outer_size_mut_prob": 0.8, + "shift_weights": [ + 20, + 9, + 8, + 5 + ], + "platform_distance_bounds": [ + 400, + 500 + ], + "momentum_prob": 0.5, + "max_distance": 4.0, + "waypoint_reached_dist": 517, + "inner_size_probs": [ + [ + 4, + 0.15000002 + ], + [ + 3, + 0.84391177 + ], + [ + 11, + 0.0060882242 + ] + ], + "outer_margin_probs": [ + [ + 2, + 0.9742896 + ], + [ + 4, + 0.02571042 + ] + ], + "waypoints": [ + { + "x": 250, + "y": 250 + }, + { + "x": 250, + "y": 150 + }, + { + "x": 50, + "y": 150 + }, + { + "x": 50, + "y": 50 + }, + { + "x": 250, + "y": 50 + } + ] +}