Reconnaissance Mission Planning
POMDP · Partial Observability
Plan scout missions with incomplete intel on alien positions. The true state (where aliens are hiding) is never directly observable — only noisy sensor readings are available. This is a Partially Observable Markov Decision Process (POMDP), PSPACE-hard in general.
Fog of War
| Defense Domain | OR Element | Symbol | Example |
|---|---|---|---|
| Alien position | Hidden state | s | Alien in cell (2,3) |
| Scout movement | Action | a ∈ A | Move north |
| Sensor reading | Observation | o | “Detected” |
| Intel estimate | Belief | b(s) | 0.35 probability |
| Sensor accuracy | Observation model | O(o|s′,a) | 80% detection |
| Mission value | Reward | R(s,a) | +50 per alien found |
★☆☆ Educational Demo
This is a simplified grid-world illustration of belief updates under partial observability. It does NOT solve the full POMDP — that would require representing and optimizing over a continuous belief space, which is computationally intractable even for this small grid. The two heuristic policies (most-likely-state and information-gathering) are reasonable practical approaches but are not guaranteed to be optimal. See Kaelbling et al. (1998) for the full theory.
Grid Reconnaissance
★☆☆ Educational DemoColour intensity = belief probability. Click a cell to scan it. Use arrow buttons to move. Belief updates after each action via Bayes’ rule.
Preparing for First Contact
We do recommend the Hungarian algorithm. It works on any planet.
Educational Fiction Disclaimer
This is a fictional educational scenario.
- All data is entirely fictional
- No military applications intended
- The author advocates for peace