Quazim0t0 commited on
Commit
281ec36
Β·
verified Β·
1 Parent(s): a619f61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -425,7 +425,7 @@ HEAD = (
425
  )
426
 
427
  INTRO = """
428
- # πŸ„ Quazim0t0's Thousand Token Wood Entry
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
- ### 🎹 Bonus: a self-playing piano β€” same Modular Mind method, trained on a song
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 /