Skip to content

Metta-AI/softmax-universe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

softmax-universe

Game service ontology and admin dashboard for managing users, players, policies, games, leagues, and tournaments.

Install

pip install -e .

Usage

# Start the web server (creates DB on first run)
ontology start

# Reset the database with seed data
ontology reset

The dashboard will be available at http://localhost:8777.

Set ONTOLOGY_PORT to change the port.

Data Model

  • Users own Players, who create Policies (bots)
  • Games have Mods and Variants
  • Leagues contain Divisions
  • Submissions flow through placement into policy/division memberships
  • Episodes and Rounds track match results
  • Rankings store policy standings; player and user rankings are derived from the best policy rank per league/division snapshot

About

Game service ontology and admin dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors