Skip to content

team-phai/ph-astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astar Island — NM i AI 2026

Solution for the Astar Island challenge: predict terrain probability distributions on a 40×40 Norse civilisation grid after 50 years of simulation.

Getting Started

  1. Clone the repo

    git clone <repo-url> && cd astar
  2. Install dependencies

    pip install -r requirements.txt
  3. Set up API authentication

    /setup-ainm-token
    

    This opens a browser to app.ainm.no where you log in, then extracts and persists your API token.

  4. Restart Claude Code for the $AINM_TOKEN env var to take effect.

  5. Verify

    curl -s -H "Authorization: Bearer $AINM_TOKEN" https://api.ainm.no/astar-island/budget

Documentation

See CLAUDE.md for full challenge details, solution requirements, and contributing guidelines.

Doc Purpose
docs/challenge.md Concise overview, key facts, workflow
docs/rules.md Full spec: terrain types, simulation phases, scoring
docs/api-reference.md All REST endpoints with request/response schemas
docs/openapi.yaml Machine-readable OpenAPI spec

Team

  • Theodore Gonzalez (Captain)
  • Thomas Le
  • Tim Gonzalez
  • Adrian Sanchez

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors