-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgray_scott.json
40 lines (38 loc) · 1.22 KB
/
gray_scott.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
{
"experiment": {
"config": {
"save_location": "./",
"save_frequency": 1
}
},
"system": {
"path": "examples.grayscott.systems.GrayScott.GrayScott",
"config": {
"height": 128,
"width": 128,
"num_inference_steps": 500
}
},
"explorer": {
"path": "adtool.explorers.IMGEPExplorer.IMGEPExplorer",
"config": {
"mutator": "specific",
"equil_time": 1,
"behavior_map": "examples.grayscott.maps.GrayScottStatistics.GrayScottStatistics",
"parameter_map": "examples.grayscott.maps.GrayScottParameterMap.GrayScottParameterMap",
"mutator_config": {},
"behavior_map_config": {},
"parameter_map_config": { }
}
},
"input_wrappers": [],
"output_representations": [],
"logger_handlers":[],
"callbacks": {
"on_discovery":[
{"path":"adtool.callbacks.on_discovery_callbacks.save_discovery_on_disk.SaveDiscoveryOnDisk",
"config": {}
}
]
}
}