Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -369,7 +369,7 @@ HEAD = (
|
|
| 369 |
)
|
| 370 |
|
| 371 |
INTRO = """
|
| 372 |
-
# 🍄 Quazim0t0's Thousand Token Wood Entry
|
| 373 |
A mini **Dark-Souls-style** duel where the boss is controlled by a **Modular Mind** — six tiny
|
| 374 |
specialist networks that communicate through a **shared latent** (RecursiveLink) and a coordinator
|
| 375 |
that picks each move. The brain was **trained by self-play reinforcement learning**, not scripted.
|
|
|
|
| 369 |
)
|
| 370 |
|
| 371 |
INTRO = """
|
| 372 |
+
# 🍄 ModuleMind - Quazim0t0's Thousand Token Wood Entry
|
| 373 |
A mini **Dark-Souls-style** duel where the boss is controlled by a **Modular Mind** — six tiny
|
| 374 |
specialist networks that communicate through a **shared latent** (RecursiveLink) and a coordinator
|
| 375 |
that picks each move. The brain was **trained by self-play reinforcement learning**, not scripted.
|