skip to content
← cd ../projects

$ cat beebot-ai-planner.md

BeeBot AI Planner

AI search and decision-making for a stochastic hex-grid planner with nondeterministic actions.

Overview

An AI planning agent that navigates a stochastic hex-grid world where actions don’t always succeed as intended. Built to compare search-based and MDP-based approaches to decision-making under uncertainty.

What I built