Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilchshake committed May 4, 2024
1 parent 229e173 commit f3703e3
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/hardV2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
350
],
"momentum_prob": 0.6,
"max_distance": 9.2,
"max_distance": 9.0,
"waypoint_reached_dist": 300,
"inner_size_probs": [
[
Expand All @@ -39,15 +39,15 @@
"outer_margin_probs": [
[
2,
0.941064
0.97118473
],
[
4,
0.05279998
0.025719268
],
[
6,
0.0061360104
0.0030960215
]
],
"waypoints": [
Expand Down
67 changes: 67 additions & 0 deletions configs/mainV2.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit f3703e3

Please sign in to comment.