DavidVivancos commited on
Commit
befd7a3
·
verified ·
1 Parent(s): 526d65f

Upload 10 files

Browse files

Full Data from GameofLife 2.0 included in FULL version see NeuraxonLife2-1MFull_manifest.json for details

NeuraxonLife2-1MFull_branches.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c7fe579107f6f2d2968856f23e0ea97194b33dba2d4efdb328008c5b8d8cc1
3
+ size 692135362
NeuraxonLife2-1MFull_exploration_paths.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de4959153abc0fc7e1d3176d7204754b88be5aaf45d79ac5968beaa8d7a9a2f8
3
+ size 601196893
NeuraxonLife2-1MFull_games.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b45fd2752ecb8b1cafc1059171610b06c471a6be0bce30ebc23d33a470f327b0
3
+ size 669809
NeuraxonLife2-1MFull_hall_of_fame.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1be4927ce0275b11e27b52a9ee87395233065b476f6e24c0987f4100d5dd67a9
3
+ size 905589
NeuraxonLife2-1MFull_lineage.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deafab68175858c58bb6109cc3f24b398081e42ba7895e096610c3566f68f0f2
3
+ size 5803193
NeuraxonLife2-1MFull_manifest.json ADDED
@@ -0,0 +1,357 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "NeuraxonLife2-1MFull",
3
+ "created_at": "2025-12-10T16:00:34.627715",
4
+ "version": "2.0_complete",
5
+ "description": "Complete Neuraxon dataset with 100% data capture from JSON files",
6
+ "tables": {
7
+ "games": {
8
+ "file": "NeuraxonLife2-1MFull_games.parquet",
9
+ "rows": 9794,
10
+ "columns": [
11
+ "game_id",
12
+ "timestamp",
13
+ "created",
14
+ "world_size",
15
+ "world_sea_pct",
16
+ "world_rocks_pct",
17
+ "starting_nxers",
18
+ "max_nxers",
19
+ "max_food",
20
+ "food_respawn",
21
+ "start_food",
22
+ "max_neurons",
23
+ "global_time_steps",
24
+ "mate_cooldown",
25
+ "final_step_tick",
26
+ "final_births_count",
27
+ "final_deaths_count",
28
+ "game_index",
29
+ "total_ticks",
30
+ "total_time_simulated_seconds",
31
+ "births",
32
+ "deaths",
33
+ "survivors",
34
+ "reason_end"
35
+ ],
36
+ "memory_mb": 4.18
37
+ },
38
+ "nxers": {
39
+ "file": "NeuraxonLife2-1MFull_nxers.parquet",
40
+ "rows": 1009677,
41
+ "columns": [
42
+ "game_id",
43
+ "nxer_id",
44
+ "nxer_name",
45
+ "game_step",
46
+ "game_births",
47
+ "game_deaths",
48
+ "game_index",
49
+ "global_time_steps_meta",
50
+ "NxWorldSize",
51
+ "NxWorldSea",
52
+ "NxWorldRocks",
53
+ "StartingNxErs",
54
+ "MaxNxErs",
55
+ "MaxFood",
56
+ "FoodRespan",
57
+ "MaxNeurons",
58
+ "StartFood",
59
+ "GlobalTimeSteps",
60
+ "MateCooldownSeconds",
61
+ "is_male",
62
+ "gender",
63
+ "can_land",
64
+ "can_sea",
65
+ "alive",
66
+ "status",
67
+ "food",
68
+ "terrain",
69
+ "color_r",
70
+ "color_g",
71
+ "color_b",
72
+ "vision_range",
73
+ "smell_radius",
74
+ "heading",
75
+ "clan_id",
76
+ "pos_x",
77
+ "pos_y",
78
+ "last_pos_x",
79
+ "last_pos_y",
80
+ "born_ts",
81
+ "died_ts",
82
+ "ticks_per_action",
83
+ "tick_accum",
84
+ "last_move_tick",
85
+ "is_harvesting",
86
+ "is_mating",
87
+ "mating_end_tick",
88
+ "mating_intent_until_tick",
89
+ "mate_cooldown_until_tick",
90
+ "visited_count",
91
+ "dopamine_boost_ticks",
92
+ "has_parents",
93
+ "parent_count",
94
+ "last_input_0",
95
+ "last_input_1",
96
+ "last_input_2",
97
+ "last_input_3",
98
+ "last_input_4",
99
+ "last_input_5",
100
+ "last_output_o4",
101
+ "food_found",
102
+ "food_taken",
103
+ "explored",
104
+ "time_lived",
105
+ "mates",
106
+ "energy_eff",
107
+ "temporal_sync",
108
+ "fitness",
109
+ "n_input",
110
+ "n_hidden",
111
+ "n_output",
112
+ "n_total",
113
+ "n_synapses",
114
+ "conn_density",
115
+ "conn_prob",
116
+ "small_world_k",
117
+ "rewire_prob",
118
+ "pref_attach",
119
+ "max_axon_delay",
120
+ "net_dt",
121
+ "net_min_dt",
122
+ "net_max_dt",
123
+ "activity_threshold",
124
+ "simulation_steps",
125
+ "membrane_tau",
126
+ "thresh_exc",
127
+ "thresh_inh",
128
+ "adaptation",
129
+ "spont_rate",
130
+ "health_decay",
131
+ "n_branches",
132
+ "branch_thresh",
133
+ "plateau_decay",
134
+ "tau_fast",
135
+ "tau_slow",
136
+ "tau_meta",
137
+ "tau_ltp",
138
+ "tau_ltd",
139
+ "w_fast_min",
140
+ "w_fast_max",
141
+ "w_slow_min",
142
+ "w_slow_max",
143
+ "w_meta_min",
144
+ "w_meta_max",
145
+ "learn_rate",
146
+ "learn_rate_mod",
147
+ "stdp_window",
148
+ "plast_thresh",
149
+ "assoc_strength",
150
+ "syn_integrity",
151
+ "syn_form_prob",
152
+ "syn_death_prob",
153
+ "neuron_death",
154
+ "da_base",
155
+ "ser_base",
156
+ "ach_base",
157
+ "ne_base",
158
+ "da_high",
159
+ "da_low",
160
+ "ser_high",
161
+ "ser_low",
162
+ "ach_high",
163
+ "ach_low",
164
+ "ne_high",
165
+ "ne_low",
166
+ "neuromod_decay",
167
+ "diffusion",
168
+ "osc_low",
169
+ "osc_mid",
170
+ "osc_high",
171
+ "osc_strength",
172
+ "phase_coupling",
173
+ "energy_base",
174
+ "firing_cost",
175
+ "plast_cost",
176
+ "metabolic_rate",
177
+ "recovery_rate",
178
+ "target_fire_rate",
179
+ "homeo_plast_rate",
180
+ "itu_radius",
181
+ "evol_interval",
182
+ "fit_temporal_w",
183
+ "fit_energy_w",
184
+ "fit_pattern_w",
185
+ "curr_da",
186
+ "curr_ser",
187
+ "curr_ach",
188
+ "curr_ne",
189
+ "net_time",
190
+ "net_steps",
191
+ "branching_ratio",
192
+ "energy_consumed",
193
+ "itu_circle_count"
194
+ ],
195
+ "memory_mb": 1427.29
196
+ },
197
+ "neurons": {
198
+ "file": "NeuraxonLife2-1MFull_neurons.parquet",
199
+ "rows": 21814295,
200
+ "columns": [
201
+ "game_id",
202
+ "nxer_name",
203
+ "neuron_id",
204
+ "type",
205
+ "type_from_data",
206
+ "membrane_pot",
207
+ "trinary",
208
+ "trinary_label",
209
+ "adaptation",
210
+ "health",
211
+ "is_active",
212
+ "energy",
213
+ "phase",
214
+ "nat_freq",
215
+ "intrinsic_ts",
216
+ "circle_id",
217
+ "neuron_fitness",
218
+ "ind_membrane_tau",
219
+ "ind_thresh_exc",
220
+ "ind_thresh_inh",
221
+ "ind_adaptation",
222
+ "ind_spont_rate",
223
+ "ind_health_decay",
224
+ "ind_energy_base",
225
+ "ind_firing_cost",
226
+ "ind_plast_cost",
227
+ "ind_metabolic",
228
+ "ind_recovery",
229
+ "n_branches",
230
+ "branch_pot_mean",
231
+ "branch_pot_std",
232
+ "branch_pot_min",
233
+ "branch_pot_max",
234
+ "plateau_mean",
235
+ "plateau_max",
236
+ "branch_thresh_mean",
237
+ "branch_thresh_std",
238
+ "plateau_decay_mean"
239
+ ],
240
+ "memory_mb": 11963.87
241
+ },
242
+ "synapses": {
243
+ "file": "NeuraxonLife2-1MFull_synapses.parquet",
244
+ "rows": 15726173,
245
+ "columns": [
246
+ "game_id",
247
+ "nxer_name",
248
+ "pre_id",
249
+ "post_id",
250
+ "w_fast",
251
+ "w_slow",
252
+ "w_meta",
253
+ "w_total",
254
+ "w_abs",
255
+ "w_fast_abs",
256
+ "w_slow_abs",
257
+ "w_meta_abs",
258
+ "is_silent",
259
+ "is_modulatory",
260
+ "syn_type",
261
+ "is_ionotropic_fast",
262
+ "is_ionotropic_slow",
263
+ "is_metabotropic",
264
+ "integrity",
265
+ "axon_delay",
266
+ "learn_mod",
267
+ "delta_w",
268
+ "ind_tau_fast",
269
+ "ind_tau_slow",
270
+ "ind_tau_meta",
271
+ "ind_tau_ltp",
272
+ "ind_tau_ltd",
273
+ "ind_learn_rate",
274
+ "ind_plast_thresh",
275
+ "tau_ratio_fast_slow",
276
+ "tau_ratio_ltp_ltd"
277
+ ],
278
+ "memory_mb": 6473.44
279
+ },
280
+ "branches": {
281
+ "file": "NeuraxonLife2-1MFull_branches.parquet",
282
+ "rows": 87273965,
283
+ "columns": [
284
+ "game_id",
285
+ "nxer_name",
286
+ "neuron_id",
287
+ "branch_id",
288
+ "branch_pot",
289
+ "branch_pot_abs",
290
+ "plateau_pot",
291
+ "branch_thresh",
292
+ "plateau_decay",
293
+ "above_threshold",
294
+ "has_plateau"
295
+ ],
296
+ "memory_mb": 18078.39
297
+ },
298
+ "hall_of_fame": {
299
+ "file": "NeuraxonLife2-1MFull_hall_of_fame.parquet",
300
+ "rows": 176290,
301
+ "columns": [
302
+ "game_id",
303
+ "category",
304
+ "rank",
305
+ "nxer_name",
306
+ "score",
307
+ "is_male"
308
+ ],
309
+ "memory_mb": 38.11
310
+ },
311
+ "exploration_paths": {
312
+ "file": "NeuraxonLife2-1MFull_exploration_paths.parquet",
313
+ "rows": 272019524,
314
+ "columns": [
315
+ "game_id",
316
+ "nxer_id",
317
+ "nxer_name",
318
+ "visit_index",
319
+ "x",
320
+ "y"
321
+ ],
322
+ "memory_mb": 45678.18
323
+ },
324
+ "lineage": {
325
+ "file": "NeuraxonLife2-1MFull_lineage.parquet",
326
+ "rows": 2019354,
327
+ "columns": [
328
+ "game_id",
329
+ "child_id",
330
+ "child_name",
331
+ "parent_id"
332
+ ],
333
+ "memory_mb": 310.76
334
+ },
335
+ "world_grids": {
336
+ "file": "NeuraxonLife2-1MFull_world_grids.parquet",
337
+ "rows": 9794,
338
+ "columns": [
339
+ "game_id",
340
+ "world_size",
341
+ "grid_json"
342
+ ],
343
+ "memory_mb": 136.98
344
+ }
345
+ },
346
+ "statistics": {
347
+ "total_games": 9794,
348
+ "total_nxers": 1009677,
349
+ "total_neurons": 21814295,
350
+ "total_synapses": 15726173,
351
+ "total_branches": 87273965,
352
+ "total_hof_entries": 176290,
353
+ "total_exploration_points": 272019524,
354
+ "total_lineage_links": 2019354,
355
+ "total_world_grids": 9794
356
+ }
357
+ }
NeuraxonLife2-1MFull_neurons.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e111c47361f6aaa4e861228b5cc65c87c42cef79537616088d39d64ea55833
3
+ size 1105169316
NeuraxonLife2-1MFull_nxers.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df4e7343e93a0e1de5eea76295c366f7e814efc971829765b4b42969a94ee030
3
+ size 150802501
NeuraxonLife2-1MFull_synapses.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9d335d8452169e661205f94ab8128a934731eb0ac812c7f207796ba6ab6a74
3
+ size 820884092
NeuraxonLife2-1MFull_world_grids.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa60ee0a494861c40612f2f923b7e694bf26d6f58fa2b900d0f13e1e4422587f
3
+ size 18371560