WIP: stochastic hill climber
This commit is contained in:
96
experiments/stochastic_hillclimber/actors/experimental.json
Normal file
96
experiments/stochastic_hillclimber/actors/experimental.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"cortex": {
|
||||
"id": 0.0873421806271496,
|
||||
"sensor_ids": [
|
||||
5.6856379409509e-10
|
||||
],
|
||||
"actuator_ids": [
|
||||
5.685637940950896e-10
|
||||
],
|
||||
"neuron_ids": [
|
||||
0.6384794610574114,
|
||||
0.6023131059017351,
|
||||
0.39277072802910173
|
||||
]
|
||||
},
|
||||
"sensor": {
|
||||
"id": 5.6856379409509e-10,
|
||||
"name": "xor_GetInput",
|
||||
"vector_length": 2,
|
||||
"cx_id": 0.0873421806271496,
|
||||
"fanout_ids": [
|
||||
0.6384794610574114,
|
||||
0.6023131059017351
|
||||
]
|
||||
},
|
||||
"actuator": {
|
||||
"id": 5.685637940950896e-10,
|
||||
"name": "xor_SendOutput",
|
||||
"vector_length": 1,
|
||||
"cx_id": 0.0873421806271496,
|
||||
"fanin_ids": [
|
||||
0.39277072802910173
|
||||
]
|
||||
},
|
||||
"neurons": [
|
||||
{
|
||||
"id": 0.6384794610574114,
|
||||
"layer_index": 0,
|
||||
"cx_id": 0.0873421806271496,
|
||||
"activation_function": "tanh",
|
||||
"input_weights": [
|
||||
{
|
||||
"input_id": 5.6856379409509e-10,
|
||||
"weights": [
|
||||
-1.241701053140722,
|
||||
-0.9643293453192259
|
||||
]
|
||||
}
|
||||
],
|
||||
"output_ids": [
|
||||
0.20086494757397733
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 0.6023131059017351,
|
||||
"layer_index": 0,
|
||||
"cx_id": 0.0873421806271496,
|
||||
"activation_function": "tanh",
|
||||
"input_weights": [
|
||||
{
|
||||
"input_id": 5.6856379409509e-10,
|
||||
"weights": [
|
||||
-0.38795737506820904,
|
||||
-0.5125123920689245
|
||||
]
|
||||
}
|
||||
],
|
||||
"output_ids": [
|
||||
0.20086494757397733
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 0.39277072802910173,
|
||||
"layer_index": 1,
|
||||
"cx_id": 0.0873421806271496,
|
||||
"activation_function": "tanh",
|
||||
"input_weights": [
|
||||
{
|
||||
"input_id": 0.6384794610574114,
|
||||
"weights": [
|
||||
-0.7426574958298033
|
||||
]
|
||||
},
|
||||
{
|
||||
"input_id": 0.6023131059017351,
|
||||
"weights": [
|
||||
-0.9823211499227558
|
||||
]
|
||||
}
|
||||
],
|
||||
"output_ids": [
|
||||
5.685637940950896e-10
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user