-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreplicator-sim.parameters.json
59 lines (59 loc) · 1.68 KB
/
replicator-sim.parameters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"cell": {
"min distance": "0.3",
"max distance": "1.3",
"max force": "0.2",
"max force decay probability": "0.2",
"min token usages": "40000",
"token usage decay probability": "2e-06",
"max bonds": "4",
"max token": "2",
"max token branch number": "4",
"min energy": "50",
"transformation probability": "0.2",
"fusion velocity": "0.4",
"function": {
"computer": {
"max instructions": "30",
"memory size": "8"
},
"weapon": {
"strength": "0.1",
"energy cost": "0.2",
"geometry deviation exponent": "0",
"inhomogeneous color factor": "1"
},
"constructor": {
"offspring": {
"cell energy": "100",
"cell distance": "1",
"token energy": "60",
"token suppress memory copy": "false"
},
"mutation probability": {
"token data": "0.003",
"cell data": "0.003",
"cell property": "0.003",
"cell structure": "0.003"
}
},
"sensor": {
"range": "400"
},
"communicator": {
"range": "50"
}
}
},
"token": {
"memory size": "256",
"min energy": "3"
},
"radiation": {
"exponent": "1",
"factor": "0",
"probability": "0",
"velocity multiplier": "1",
"velocity perturbation": "0.5"
}
}