You are browsing as a guest. Sign up (or log in) to start making projects!

Geometry of Poker

  • 0 Devlogs
  • 0 Total hours

Geometry of Poker is a research‑grade project where I build an interactive 3D visualization of the entire Texas Hold’em state space, treating poker situations as points in a high‑dimensional mathematical space and then embedding them into three dimensions using PCA and UMAP. Instead of hand‑drawing graphics, I define strategically meaningful numeric features for each state (such as equity, vulnerability, and board texture) using a published poker engine, and those feature vectors are what drive the geometry of the visualization. The codebase is a TypeScript/Python monorepo: a Next.js and React Three Fiber web app renders a GPU‑accelerated point cloud in the browser, while a separate Python pipeline handles dataset generation, normalization, dimensionality reduction, and clustering with libraries like scikit‑learn, umap‑learn, and hdbscan. The system is artifact‑driven, meaning the viewer consumes precomputed binary artifacts produced by the pipeline, which makes it suitable for product

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…