← Back to all projects
Hanabi AI Agent cover image

Hanabi AI Agent

Hanabi is a cooperative card game where you can see everyone's hand except your own, and the only communication allowed is a constrained hint. That makes it a well-known benchmark for reasoning about what a partner knows. This repo holds the game engine, a board, hands, and a CardKnowledge class that narrows the set of cards a slot could be as hints come in. The Player class, which is where the actual decision-making goes, is still the empty skeleton.

Attention: Archived as unfinished. The interesting part of the assignment - the agent policy - was never written, and the repo is honest about that rather than looking complete from the outside.

Built

2025

Who built it

Coursework repo shared with Ben Smith.

Built with

Not a hosted project

Source only

Nothing to host. If the agent were finished, the interesting artifact would be a results table, not a website.