1
1
Fork 0

GoTimeTravel visualizes how the ancient game of Go has evolved over time by showing the different moves preferred by models trained from top professional games from 1600s to today given a specific board position.

Capsule ready app (#1)

Replaces app.py with a streamlit app that can be deployed as a XetHub Capsule. Sound and printouts from the game are disabled when run as capsule and the Game class takes a contructor parameter to distinguish if it's running as part of a capsule.

README updates will come in a separate PR.

Reviewed-on: #1
main
Assaf Vayner 9 months ago
parent caa03b72ef
commit 6ec63cb3c3
7 changed files (22 KiB → 25 KiB)
  1. 51
      .gitignore
  2. 561
      app.py
  3. 25
      app_game.py
  4. 26
      dataset.py
  5. 543
      game.py
  6. 29
      model.py
  7. 8
      requirements.txt

.gitignore (0 B → 683 B)

app.py (18 KiB → 601 B)

app_game.py (0 B → 475 B)

dataset.py (3.1 KiB → 3.1 KiB)

game.py (0 B → 18 KiB)

model.py (1.5 KiB → 1.5 KiB)

requirements.txt (56 B → 118 B)

Loading…
Cancel
Save