Datasets:
Remove logs/ from repo - use data/{config}/train.jsonl for HF viewer
Browse files- .gitignore +1 -1
- logs/.gitkeep +0 -3
- logs/comm_events.jsonl +0 -3
- logs/crossovers.jsonl +0 -0
- logs/errors.jsonl +0 -0
- logs/evolution_events.jsonl +0 -1
- logs/fitness.jsonl +0 -0
- logs/mutations.jsonl +0 -0
- logs/performance.jsonl +0 -0
- logs/selection.jsonl +0 -0
- logs/speciation.jsonl +0 -0
.gitignore
CHANGED
|
@@ -7,4 +7,4 @@ __pycache__/
|
|
| 7 |
.DS_Store
|
| 8 |
Thumbs.db
|
| 9 |
sc2/
|
| 10 |
-
models/champion_gen*.
|
|
|
|
| 7 |
.DS_Store
|
| 8 |
Thumbs.db
|
| 9 |
sc2/
|
| 10 |
+
models/champion_gen*.pylogs/
|
logs/.gitkeep
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
# This directory stores log files
|
| 2 |
-
# - *.log - Pipe-delimited log files
|
| 3 |
-
# - *.jsonl - JSON Lines event files
|
|
|
|
|
|
|
|
|
|
|
|
logs/comm_events.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3d4164fa1ab16f55a5410723990dce9fe899288ad59899d6cb7a5684dbc12f5a
|
| 3 |
-
size 13604754
|
|
|
|
|
|
|
|
|
|
|
|
logs/crossovers.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/errors.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/evolution_events.jsonl
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"event_id": "evt_f6b9cc0f828f", "timestamp": 1767139039.1184373, "iso_time": "2025-12-31T00:57:19.118647", "type": "fitness_improvement", "title": "New Best: 0.5150", "detail": "Node 9ad6804a achieved new best fitness", "data": {"traits": {"x0": 0.3745401188473625, "x1": 0.9507143064099162, "x2": 0.7319939418114051, "x3": 0.5986584841970366, "x4": 0.15601864044243652, "x5": 0.15599452033620265, "x6": 0.05808361216819946, "x7": 0.8661761457749352, "x8": 0.6011150117432088, "x9": 0.7080725777960455}, "old_best": 0.5149}, "generation": 0}
|
|
|
|
|
|
logs/fitness.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/mutations.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/performance.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/selection.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/speciation.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|