Datasets:
Modalities:
Tabular
Formats:
parquet
Size:
1B - 10B
Tags:
time-series
artificial-life
neural-networks
evolutionary-algorithms
reinforcement-learning
biology
License:
| { | |
| "dataset_info": { | |
| "name": "Neuraxon Game of Life Research Dataset", | |
| "version": "2.5.0", | |
| "created_at": "2026-02-05T02:38:56.036845" | |
| }, | |
| "processing_stats": { | |
| "files_processed": 2791, | |
| "files_failed": 0, | |
| "files_skipped": 0, | |
| "total_duration_seconds": 17104.150334835052 | |
| }, | |
| "tables": [ | |
| { | |
| "name": "associativity_events", | |
| "filepath": "associativity_events.parquet", | |
| "num_rows": 279100000, | |
| "size_bytes": 8313164982, | |
| "num_columns": 9, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "pre_id", | |
| "post_id", | |
| "own_delta_w", | |
| "neighbor_contribution", | |
| "final_delta_w", | |
| "amplification_factor" | |
| ], | |
| "description": "Cooperative LTP associativity events." | |
| }, | |
| { | |
| "name": "autoreceptor_events", | |
| "filepath": "autoreceptor_events.parquet", | |
| "num_rows": 183898939, | |
| "size_bytes": 3685049830, | |
| "num_columns": 6, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "neuron_id", | |
| "autoreceptor_value", | |
| "threshold_effect" | |
| ], | |
| "description": "Autoreceptor modulation details." | |
| }, | |
| { | |
| "name": "clan_history", | |
| "filepath": "clan_history.parquet", | |
| "num_rows": 14113963, | |
| "size_bytes": 79697163, | |
| "num_columns": 8, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "clan_id", | |
| "members_json", | |
| "members_count", | |
| "merged_from_json", | |
| "created_at_round", | |
| "active" | |
| ], | |
| "description": "Lineage and clan merging history." | |
| }, | |
| { | |
| "name": "dendritic_events", | |
| "filepath": "dendritic_events.parquet", | |
| "num_rows": 8934783, | |
| "size_bytes": 165495277, | |
| "num_columns": 8, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "neuron_id", | |
| "branch_id", | |
| "branch_potential", | |
| "plateau_potential", | |
| "ca_influx" | |
| ], | |
| "description": "Dendritic spikes and plateau potentials." | |
| }, | |
| { | |
| "name": "foods", | |
| "filepath": "foods.parquet", | |
| "num_rows": 83730, | |
| "size_bytes": 767928, | |
| "num_columns": 11, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "food_id", | |
| "anchor_x", | |
| "anchor_y", | |
| "pos_x", | |
| "pos_y", | |
| "alive", | |
| "respawn_at_tick", | |
| "remaining", | |
| "progress_json" | |
| ], | |
| "description": "Food source state and location." | |
| }, | |
| { | |
| "name": "food_progress", | |
| "filepath": "food_progress.parquet", | |
| "num_rows": 60159, | |
| "size_bytes": 267202, | |
| "num_columns": 5, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "food_id", | |
| "nxer_id", | |
| "harvest_progress" | |
| ], | |
| "description": "Food harvest progress trackers." | |
| }, | |
| { | |
| "name": "games", | |
| "filepath": "games.parquet", | |
| "num_rows": 2791, | |
| "size_bytes": 775309, | |
| "num_columns": 59, | |
| "columns": [ | |
| "session_id", | |
| "game_id", | |
| "round_number", | |
| "status", | |
| "file_timestamp", | |
| "source_file", | |
| "created_at", | |
| "step_tick", | |
| "global_time_steps", | |
| "births_count", | |
| "deaths_count", | |
| "game_index", | |
| "session_game_id", | |
| "next_nxer_id", | |
| "world_size", | |
| "world_grid_hash", | |
| "log_level", | |
| "logger_version", | |
| "start_timestamp", | |
| "end_timestamp", | |
| "duration_seconds", | |
| "has_per_nxer_time_series", | |
| "total_ticks", | |
| "total_neurons_created", | |
| "total_neurons_died", | |
| "total_synapses_created", | |
| "total_synapses_pruned", | |
| "total_plasticity_events", | |
| "total_ltp_events", | |
| "total_ltd_events", | |
| "peak_network_activity", | |
| "average_branching_ratio", | |
| "branching_ratio_samples", | |
| "peak_dopamine", | |
| "peak_serotonin", | |
| "peak_acetylcholine", | |
| "peak_norepinephrine", | |
| "total_silent_synapse_activations", | |
| "total_spontaneous_events", | |
| "total_dendritic_spikes", | |
| "total_homeostatic_adjustments", | |
| "peak_phase_coherence", | |
| "total_threshold_modulations", | |
| "total_associativity_events", | |
| "total_metabotropic_activations", | |
| "total_ionotropic_activations", | |
| "peak_autocorrelation_window", | |
| "mean_weight_change_rate", | |
| "total_subthreshold_integrations", | |
| "nxer_total_born", | |
| "nxer_total_died", | |
| "nxer_max_food_found", | |
| "nxer_max_time_lived", | |
| "nxer_max_mates", | |
| "nxer_max_explored", | |
| "num_nxers_in_file", | |
| "num_foods_in_file", | |
| "clan_count", | |
| "active_clans" | |
| ], | |
| "description": "Game metadata, summary statistics, and global counters." | |
| }, | |
| { | |
| "name": "hall_of_fame", | |
| "filepath": "hall_of_fame.parquet", | |
| "num_rows": 83605, | |
| "size_bytes": 461103, | |
| "num_columns": 19, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "category", | |
| "rank", | |
| "name", | |
| "is_male", | |
| "can_land", | |
| "can_sea", | |
| "ancestors_json", | |
| "ancestors_count", | |
| "rounds_survived", | |
| "stats_food_found", | |
| "stats_food_taken", | |
| "stats_explored", | |
| "stats_time_lived_s", | |
| "stats_mates_performed", | |
| "stats_energy_efficiency", | |
| "stats_temporal_sync_score", | |
| "stats_fitness_score" | |
| ], | |
| "description": "Top ranking agents by category." | |
| }, | |
| { | |
| "name": "homeostatic_events", | |
| "filepath": "homeostatic_events.parquet", | |
| "num_rows": 42009618, | |
| "size_bytes": 612652373, | |
| "num_columns": 8, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "neuron_id", | |
| "old_threshold", | |
| "new_threshold", | |
| "activity_level", | |
| "direction" | |
| ], | |
| "description": "Homeostatic threshold adjustments." | |
| }, | |
| { | |
| "name": "io_patterns", | |
| "filepath": "io_patterns.parquet", | |
| "num_rows": 26525259, | |
| "size_bytes": 37324591, | |
| "num_columns": 6, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "nxer_id", | |
| "inputs_json", | |
| "outputs_json" | |
| ], | |
| "description": "Inputs and outputs per tick per agent." | |
| }, | |
| { | |
| "name": "itu_fitness", | |
| "filepath": "itu_fitness.parquet", | |
| "num_rows": 2809983, | |
| "size_bytes": 8951589, | |
| "num_columns": 7, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "nxer_id", | |
| "nxer_name", | |
| "circle_id", | |
| "fitness" | |
| ], | |
| "description": "ITU/Aigarth fitness history." | |
| }, | |
| { | |
| "name": "network_params", | |
| "filepath": "network_params.parquet", | |
| "num_rows": 101281, | |
| "size_bytes": 49254122, | |
| "num_columns": 122, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "nxer_id", | |
| "nxer_name", | |
| "network_name", | |
| "num_input_neurons", | |
| "num_hidden_neurons", | |
| "num_output_neurons", | |
| "dt", | |
| "min_dt", | |
| "max_dt", | |
| "activity_threshold", | |
| "simulation_steps", | |
| "connection_probability", | |
| "small_world_k", | |
| "small_world_rewire_prob", | |
| "preferential_attachment", | |
| "membrane_time_constant", | |
| "firing_threshold", | |
| "adaptation_rate", | |
| "spontaneous_firing_rate", | |
| "neuron_health_decay", | |
| "resting_potential_decay", | |
| "membrane_bias", | |
| "num_dendritic_branches", | |
| "branch_threshold", | |
| "plateau_decay", | |
| "tau_fast", | |
| "tau_slow", | |
| "tau_meta", | |
| "tau_ltp", | |
| "tau_ltd", | |
| "w_fast_init_min", | |
| "w_fast_init_max", | |
| "w_slow_init_min", | |
| "w_slow_init_max", | |
| "w_meta_init_min", | |
| "w_meta_init_max", | |
| "learning_rate", | |
| "stdp_window", | |
| "learning_rate_mod", | |
| "plasticity_threshold", | |
| "associativity_strength", | |
| "synapse_integrity_threshold", | |
| "synapse_formation_prob", | |
| "synapse_death_prob", | |
| "neuron_death_threshold", | |
| "dopamine_baseline", | |
| "dopamine_high_affinity_threshold", | |
| "dopamine_low_affinity_threshold", | |
| "serotonin_baseline", | |
| "serotonin_high_affinity_threshold", | |
| "serotonin_low_affinity_threshold", | |
| "acetylcholine_baseline", | |
| "acetylcholine_high_affinity_threshold", | |
| "acetylcholine_low_affinity_threshold", | |
| "norepinephrine_baseline", | |
| "norepinephrine_high_affinity_threshold", | |
| "norepinephrine_low_affinity_threshold", | |
| "neuromod_decay_rate", | |
| "diffusion_rate", | |
| "dopamine_reward_magnitude", | |
| "oscillator_low_freq", | |
| "oscillator_mid_freq", | |
| "oscillator_high_freq", | |
| "oscillator_strength", | |
| "energy_baseline", | |
| "firing_energy_cost", | |
| "weight_homeostasis_enabled", | |
| "weight_homeostasis_interval", | |
| "weight_saturation_threshold", | |
| "weight_homeostasis_target", | |
| "weight_homeostasis_rate", | |
| "weight_drift_correction", | |
| "max_weight_magnitude", | |
| "min_weight_magnitude", | |
| "ltp_ltd_balance_target", | |
| "ltp_ltd_correction_rate", | |
| "plasticity_energy_cost", | |
| "metabolic_rate", | |
| "recovery_rate", | |
| "energy_threshold_coupling", | |
| "energy_threshold_floor", | |
| "energy_recovery_boost", | |
| "critical_energy_level", | |
| "target_firing_rate", | |
| "homeostatic_plasticity_rate", | |
| "adaptive_threshold_enabled", | |
| "adaptive_threshold_check_interval", | |
| "adaptive_threshold_adjustment", | |
| "min_active_fraction", | |
| "max_active_fraction", | |
| "target_active_fraction", | |
| "itu_circle_radius", | |
| "evolution_interval", | |
| "fitness_temporal_weight", | |
| "fitness_energy_weight", | |
| "fitness_pattern_weight", | |
| "phase_coupling_strength", | |
| "phase_coupling_local_strength", | |
| "max_axonal_delay", | |
| "phase_clustering_init", | |
| "natural_freq_range_min", | |
| "natural_freq_range_max", | |
| "phase_coupling_momentum", | |
| "sensory_input_gain", | |
| "afferent_synapse_strength", | |
| "afferent_synapse_reliability", | |
| "sensory_gating_enabled", | |
| "sensory_gating_threshold", | |
| "sensory_gating_suppression", | |
| "max_intrinsic_timescale", | |
| "spontaneous_as_current", | |
| "spontaneous_current_magnitude", | |
| "driven_input_threshold", | |
| "spike_classification_enabled", | |
| "net_time", | |
| "net_step_count", | |
| "net_energy_consumed", | |
| "net_branching_ratio", | |
| "net_num_synapses", | |
| "net_num_neurons" | |
| ], | |
| "description": "Neural network architecture and hyperparameters per agent." | |
| }, | |
| { | |
| "name": "neuromodulator_events", | |
| "filepath": "neuromodulator_events.parquet", | |
| "num_rows": 276761905, | |
| "size_bytes": 143175847, | |
| "num_columns": 7, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "modulator", | |
| "level", | |
| "crossed_threshold", | |
| "effect" | |
| ], | |
| "description": "Neuromodulator threshold crossings." | |
| }, | |
| { | |
| "name": "neurons", | |
| "filepath": "neurons.parquet", | |
| "num_rows": 3745318, | |
| "size_bytes": 1538936814, | |
| "num_columns": 32, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "nxer_id", | |
| "neuron_id", | |
| "neuron_type", | |
| "membrane_potential", | |
| "binary_state", | |
| "adaptation", | |
| "autoreceptor", | |
| "health", | |
| "is_active", | |
| "energy_level", | |
| "phase", | |
| "natural_frequency", | |
| "intrinsic_timescale", | |
| "fitness_score", | |
| "circle_id", | |
| "last_firing_time", | |
| "membrane_time_constant", | |
| "firing_threshold", | |
| "adaptation_rate", | |
| "spontaneous_firing_rate", | |
| "neuron_health_decay", | |
| "energy_baseline", | |
| "firing_energy_cost", | |
| "plasticity_energy_cost", | |
| "metabolic_rate", | |
| "recovery_rate", | |
| "num_dendritic_branches", | |
| "state_history_json", | |
| "state_history_length", | |
| "dendritic_branches_json" | |
| ], | |
| "description": "Neuron snapshots: membrane potential, health, adaptation." | |
| }, | |
| { | |
| "name": "neuron_state_history", | |
| "filepath": "neuron_state_history.parquet", | |
| "num_rows": 3745318, | |
| "size_bytes": 15606635, | |
| "num_columns": 7, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "nxer_id", | |
| "neuron_id", | |
| "neuron_type", | |
| "state_history_json", | |
| "history_length" | |
| ], | |
| "description": "Recent neuron state history for autocorrelation." | |
| }, | |
| { | |
| "name": "nxers", | |
| "filepath": "nxers.parquet", | |
| "num_rows": 101281, | |
| "size_bytes": 27945482, | |
| "num_columns": 55, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "nxer_id", | |
| "name", | |
| "color_r", | |
| "color_g", | |
| "color_b", | |
| "is_male", | |
| "clan_id", | |
| "pos_x", | |
| "pos_y", | |
| "can_land", | |
| "can_sea", | |
| "food", | |
| "alive", | |
| "born_ts", | |
| "died_ts", | |
| "vision_range", | |
| "smell_radius", | |
| "heading", | |
| "ticks_per_action", | |
| "tick_accum", | |
| "harvesting", | |
| "mating_with", | |
| "mating_end_tick", | |
| "dopamine_boost_ticks", | |
| "mating_intent_until_tick", | |
| "mate_cooldown_until_tick", | |
| "last_move_tick", | |
| "last_input_0", | |
| "last_input_1", | |
| "last_input_2", | |
| "last_input_3", | |
| "last_input_4", | |
| "last_input_5", | |
| "last_output_0", | |
| "last_output_1", | |
| "last_output_2", | |
| "last_output_3", | |
| "last_output_4", | |
| "parent_0", | |
| "parent_1", | |
| "ancestors_json", | |
| "ancestors_count", | |
| "rounds_survived", | |
| "stats_food_found", | |
| "stats_food_taken", | |
| "stats_explored", | |
| "stats_time_lived_s", | |
| "stats_mates_performed", | |
| "stats_energy_efficiency", | |
| "stats_temporal_sync_score", | |
| "stats_fitness_score", | |
| "visited_count", | |
| "visited_json" | |
| ], | |
| "description": "Agent state, position, stats, and sensory config." | |
| }, | |
| { | |
| "name": "nxer_events", | |
| "filepath": "nxer_events.parquet", | |
| "num_rows": 138921, | |
| "size_bytes": 1631589, | |
| "num_columns": 6, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "type", | |
| "nxer_id", | |
| "details_json" | |
| ], | |
| "description": "Agent lifecycle events (birth, death, mating)." | |
| }, | |
| { | |
| "name": "nxer_visited_history", | |
| "filepath": "nxer_visited_history.parquet", | |
| "num_rows": 94347, | |
| "size_bytes": 20162897, | |
| "num_columns": 6, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "nxer_id", | |
| "nxer_name", | |
| "visited_coords_json", | |
| "visited_count" | |
| ], | |
| "description": "Spatial visitation history." | |
| }, | |
| { | |
| "name": "per_nxer_time_series", | |
| "filepath": "per_nxer_time_series.parquet", | |
| "num_rows": 153514156, | |
| "size_bytes": 19435905697, | |
| "num_columns": 29, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "nxer_id", | |
| "nxer_name", | |
| "tick", | |
| "alive", | |
| "food", | |
| "pos_x", | |
| "pos_y", | |
| "network_activity", | |
| "branching_ratio", | |
| "total_energy", | |
| "average_energy", | |
| "dopamine", | |
| "serotonin", | |
| "acetylcholine", | |
| "norepinephrine", | |
| "membrane_potential_mean", | |
| "membrane_potential_std", | |
| "active_fraction", | |
| "inactive_fraction", | |
| "mean_w_fast", | |
| "mean_w_slow", | |
| "mean_w_meta", | |
| "phase_coherence", | |
| "fitness_score", | |
| "food_found", | |
| "explored", | |
| "mates_performed" | |
| ], | |
| "description": "Individual agent time-series metrics." | |
| }, | |
| { | |
| "name": "phase_events", | |
| "filepath": "phase_events.parquet", | |
| "num_rows": 172013, | |
| "size_bytes": 2182045, | |
| "num_columns": 6, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "event_type", | |
| "phase_coherence", | |
| "details_json" | |
| ], | |
| "description": "Phase coherence and reset events." | |
| }, | |
| { | |
| "name": "plasticity_events", | |
| "filepath": "plasticity_events.parquet", | |
| "num_rows": 279100000, | |
| "size_bytes": 2615618596, | |
| "num_columns": 8, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "type", | |
| "pre_id", | |
| "post_id", | |
| "delta_w", | |
| "details_json" | |
| ], | |
| "description": "LTP/LTD adjustment events." | |
| }, | |
| { | |
| "name": "silent_synapse_events", | |
| "filepath": "silent_synapse_events.parquet", | |
| "num_rows": 599988, | |
| "size_bytes": 990348, | |
| "num_columns": 7, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "pre_id", | |
| "post_id", | |
| "became_active", | |
| "trigger" | |
| ], | |
| "description": "Silent synapse activation/deactivation." | |
| }, | |
| { | |
| "name": "spontaneous_events", | |
| "filepath": "spontaneous_events.parquet", | |
| "num_rows": 86851, | |
| "size_bytes": 972119, | |
| "num_columns": 5, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "neuron_id", | |
| "membrane_potential" | |
| ], | |
| "description": "Spontaneous firing events." | |
| }, | |
| { | |
| "name": "subthreshold_events", | |
| "filepath": "subthreshold_events.parquet", | |
| "num_rows": 276911216, | |
| "size_bytes": 11150287402, | |
| "num_columns": 8, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "neuron_id", | |
| "membrane_potential", | |
| "threshold", | |
| "distance_to_threshold", | |
| "fraction_of_threshold" | |
| ], | |
| "description": "Near-threshold integration events." | |
| }, | |
| { | |
| "name": "synapses", | |
| "filepath": "synapses.parquet", | |
| "num_rows": 17660865, | |
| "size_bytes": 2167552001, | |
| "num_columns": 28, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "nxer_id", | |
| "pre_id", | |
| "post_id", | |
| "w_fast", | |
| "w_slow", | |
| "w_meta", | |
| "is_silent", | |
| "is_modulatory", | |
| "integrity", | |
| "axonal_delay", | |
| "learning_rate_mod", | |
| "synapse_type", | |
| "potential_delta_w", | |
| "tau_fast", | |
| "tau_slow", | |
| "tau_meta", | |
| "tau_ltp", | |
| "tau_ltd", | |
| "learning_rate", | |
| "plasticity_threshold", | |
| "pre_trace", | |
| "post_trace", | |
| "pre_trace_ltd", | |
| "associative_strength", | |
| "neighbor_synapse_ids_json", | |
| "neighbor_count" | |
| ], | |
| "description": "Synaptic weights, traces, types, and integrity." | |
| }, | |
| { | |
| "name": "synapse_neighbor_ids", | |
| "filepath": "synapse_neighbor_ids.parquet", | |
| "num_rows": 14450006, | |
| "size_bytes": 164619449, | |
| "num_columns": 7, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "nxer_id", | |
| "synapse_pre_id", | |
| "synapse_post_id", | |
| "neighbor_synapse_ids_json", | |
| "neighbor_count" | |
| ], | |
| "description": "Synaptic neighbor topology." | |
| }, | |
| { | |
| "name": "threshold_modulation_events", | |
| "filepath": "threshold_modulation_events.parquet", | |
| "num_rows": 186184691, | |
| "size_bytes": 6921686916, | |
| "num_columns": 9, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "neuron_id", | |
| "base_threshold", | |
| "effective_threshold", | |
| "ach_contribution", | |
| "autoreceptor_contribution", | |
| "total_modulation" | |
| ], | |
| "description": "Threshold modulation by ACh/Autoreceptors." | |
| }, | |
| { | |
| "name": "time_series", | |
| "filepath": "time_series.parquet", | |
| "num_rows": 8187107, | |
| "size_bytes": 4475602648, | |
| "num_columns": 81, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "timestamp", | |
| "network_activity", | |
| "branching_ratio", | |
| "total_energy", | |
| "average_energy", | |
| "energy_efficiency", | |
| "temporal_sync", | |
| "dopamine", | |
| "serotonin", | |
| "acetylcholine", | |
| "norepinephrine", | |
| "oscillator_drive", | |
| "oscillator_low", | |
| "oscillator_mid", | |
| "oscillator_high", | |
| "phase_coherence", | |
| "cfc_low_mid", | |
| "cfc_mid_high", | |
| "active_fraction", | |
| "inactive_fraction", | |
| "autoreceptor_mean", | |
| "autoreceptor_std", | |
| "adaptation_mean", | |
| "spontaneous_firing_count", | |
| "driven_firing_count", | |
| "silent_synapse_count", | |
| "active_synapse_count", | |
| "modulatory_synapse_count", | |
| "mean_synapse_integrity", | |
| "mean_plateau_potential", | |
| "mean_branch_potential", | |
| "dendritic_spike_count", | |
| "mean_intrinsic_timescale", | |
| "timescale_heterogeneity", | |
| "membrane_potential_mean", | |
| "membrane_potential_std", | |
| "mean_w_fast", | |
| "mean_w_slow", | |
| "mean_w_meta", | |
| "std_w_fast", | |
| "std_w_slow", | |
| "std_w_meta", | |
| "mean_pre_trace", | |
| "mean_post_trace", | |
| "mean_pre_trace_ltd", | |
| "std_pre_trace", | |
| "mean_delta_w", | |
| "ltp_rate", | |
| "ltd_rate", | |
| "mean_associativity_contribution", | |
| "associativity_event_count", | |
| "mean_learning_rate_mod", | |
| "std_learning_rate_mod", | |
| "mean_autocorrelation_window", | |
| "std_autocorrelation_window", | |
| "autocorrelation_coefficient_mean", | |
| "mean_threshold_excitatory_effective", | |
| "mean_threshold_inhibitory_effective", | |
| "threshold_modulation_by_ach", | |
| "threshold_modulation_by_autoreceptor", | |
| "ionotropic_contribution_mean", | |
| "metabotropic_contribution_mean", | |
| "modulator_grid_entropy", | |
| "modulator_grid_gradient_magnitude", | |
| "dopamine_spatial_variance", | |
| "serotonin_spatial_variance", | |
| "silent_synapse_fraction", | |
| "silent_to_active_transitions", | |
| "active_to_silent_transitions", | |
| "subthreshold_integration_count", | |
| "near_threshold_fraction", | |
| "pac_theta_gamma", | |
| "pac_delta_theta", | |
| "mean_phase_velocity", | |
| "itu_mean_fitness", | |
| "itu_fitness_variance", | |
| "itu_mutation_events", | |
| "itu_pruning_events" | |
| ], | |
| "description": "Global time-series metrics (ticks)." | |
| }, | |
| { | |
| "name": "weight_evolution_events", | |
| "filepath": "weight_evolution_events.parquet", | |
| "num_rows": 279100000, | |
| "size_bytes": 7147930594, | |
| "num_columns": 8, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "tick", | |
| "pre_id", | |
| "post_id", | |
| "w_fast_delta", | |
| "w_slow_delta", | |
| "w_meta_delta" | |
| ], | |
| "description": "Weight changes across fast/slow/meta timescales." | |
| }, | |
| { | |
| "name": "world_grids", | |
| "filepath": "world_grids.parquet", | |
| "num_rows": 2791, | |
| "size_bytes": 1420684, | |
| "num_columns": 4, | |
| "columns": [ | |
| "game_id", | |
| "round_number", | |
| "world_size", | |
| "grid_json" | |
| ], | |
| "description": "Full world grid terrain data." | |
| } | |
| ], | |
| "paper_section_mapping": { | |
| "section_1_binary_neuromodulation": [ | |
| "active_fraction", | |
| "inactive_fraction", | |
| "dopamine", | |
| "serotonin", | |
| "acetylcholine", | |
| "norepinephrine", | |
| "autoreceptor_mean", | |
| "autoreceptor_std", | |
| "threshold_modulation_by_ach", | |
| "threshold_modulation_by_autoreceptor" | |
| ], | |
| "section_2_temporal_dynamics": [ | |
| "oscillator_low", | |
| "oscillator_mid", | |
| "oscillator_high", | |
| "oscillator_drive", | |
| "temporal_sync", | |
| "mean_phase_velocity", | |
| "membrane_potential_mean" | |
| ], | |
| "section_3_synaptic_computation": [ | |
| "mean_w_fast", | |
| "mean_w_slow", | |
| "mean_w_meta", | |
| "std_w_fast", | |
| "std_w_slow", | |
| "std_w_meta", | |
| "mean_pre_trace", | |
| "mean_post_trace", | |
| "mean_pre_trace_ltd", | |
| "ionotropic_contribution_mean", | |
| "metabotropic_contribution_mean", | |
| "silent_synapse_count", | |
| "active_synapse_count", | |
| "modulatory_synapse_count", | |
| "silent_synapse_fraction", | |
| "mean_synapse_integrity" | |
| ], | |
| "section_4_plasticity_adaptation": [ | |
| "ltp_rate", | |
| "ltd_rate", | |
| "mean_delta_w", | |
| "mean_associativity_contribution", | |
| "associativity_event_count", | |
| "mean_learning_rate_mod", | |
| "std_learning_rate_mod" | |
| ], | |
| "section_5_complex_signaling": [ | |
| "subthreshold_integration_count", | |
| "near_threshold_fraction", | |
| "mean_branch_potential", | |
| "mean_plateau_potential", | |
| "dendritic_spike_count" | |
| ], | |
| "section_6_self_generated_activity": [ | |
| "spontaneous_firing_count", | |
| "driven_firing_count", | |
| "mean_autocorrelation_window", | |
| "std_autocorrelation_window", | |
| "autocorrelation_coefficient_mean", | |
| "mean_intrinsic_timescale", | |
| "timescale_heterogeneity" | |
| ], | |
| "section_7_synchronization": [ | |
| "phase_coherence", | |
| "cfc_low_mid", | |
| "cfc_mid_high", | |
| "pac_theta_gamma", | |
| "pac_delta_theta", | |
| "branching_ratio" | |
| ], | |
| "section_8_aigarth_itu": [ | |
| "itu_mean_fitness", | |
| "itu_fitness_variance", | |
| "itu_mutation_events", | |
| "itu_pruning_events" | |
| ], | |
| "lineage_tracking": [ | |
| "parent_0", | |
| "parent_1", | |
| "ancestors_json", | |
| "ancestors_count", | |
| "rounds_survived", | |
| "clan_id", | |
| "session_game_id" | |
| ], | |
| "per_nxer_time_series_level3": [ | |
| "network_activity", | |
| "branching_ratio", | |
| "total_energy", | |
| "average_energy", | |
| "dopamine", | |
| "serotonin", | |
| "acetylcholine", | |
| "norepinephrine", | |
| "membrane_potential_mean", | |
| "membrane_potential_std", | |
| "active_fraction", | |
| "inactive_fraction", | |
| "mean_w_fast", | |
| "mean_w_slow", | |
| "mean_w_meta", | |
| "phase_coherence", | |
| "fitness_score", | |
| "food_found", | |
| "explored", | |
| "mates_performed" | |
| ] | |
| } | |
| } |