Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -425,7 +425,7 @@ HEAD = (
|
|
| 425 |
)
|
| 426 |
|
| 427 |
INTRO = """
|
| 428 |
-
# π
|
| 429 |
A mini **Dark-Souls-style** duel where the boss is controlled by a **Modular Mind** β six tiny
|
| 430 |
specialist networks that communicate through a **shared latent** (RecursiveLink) and a coordinator
|
| 431 |
that picks each move. The brain was **trained by self-play reinforcement learning**, not scripted.
|
|
@@ -436,8 +436,6 @@ steer the fight through the latent. **Click *Enter the Fog* and click the game o
|
|
| 436 |
# ---- placeholder repo link (replace REPO_URL with your real GitHub URL) ------
|
| 437 |
REPO_URL = "#" # TODO: replace with the real repo
|
| 438 |
REPO_MD = f"""
|
| 439 |
-
### π¦ Check out how this can be used for something even more complex on my NEURAL BOY Space:
|
| 440 |
-
### π [**NEURAL BOY**]({REPO_URL})
|
| 441 |
"""
|
| 442 |
|
| 443 |
TECH_MD = r"""
|
|
@@ -534,7 +532,7 @@ fraud specialists), or clinical triage (modular diagnostic experts) where you mu
|
|
| 534 |
|
| 535 |
|
| 536 |
PIANO_INTRO = """
|
| 537 |
-
### πΉ
|
| 538 |
Under the boss fight, the *same architecture* (tiny specialists β `RecursiveLink` β a coordinator)
|
| 539 |
applied to **playing piano in chords**. It was trained by **multi-note next-frame prediction** on a
|
| 540 |
*polyphonic* transcription of a song: six specialists (Bass / Tenor / Soprano registers + Sustain /
|
|
|
|
| 425 |
)
|
| 426 |
|
| 427 |
INTRO = """
|
| 428 |
+
# π Modular Mind
|
| 429 |
A mini **Dark-Souls-style** duel where the boss is controlled by a **Modular Mind** β six tiny
|
| 430 |
specialist networks that communicate through a **shared latent** (RecursiveLink) and a coordinator
|
| 431 |
that picks each move. The brain was **trained by self-play reinforcement learning**, not scripted.
|
|
|
|
| 436 |
# ---- placeholder repo link (replace REPO_URL with your real GitHub URL) ------
|
| 437 |
REPO_URL = "#" # TODO: replace with the real repo
|
| 438 |
REPO_MD = f"""
|
|
|
|
|
|
|
| 439 |
"""
|
| 440 |
|
| 441 |
TECH_MD = r"""
|
|
|
|
| 532 |
|
| 533 |
|
| 534 |
PIANO_INTRO = """
|
| 535 |
+
### πΉ This may be bad: a self-playing piano β same Modular Mind method, trained on a song
|
| 536 |
Under the boss fight, the *same architecture* (tiny specialists β `RecursiveLink` β a coordinator)
|
| 537 |
applied to **playing piano in chords**. It was trained by **multi-note next-frame prediction** on a
|
| 538 |
*polyphonic* transcription of a song: six specialists (Bass / Tenor / Soprano registers + Sustain /
|