An implementation of a wildfire MDP and POMDP.
⚠ The POMDP is a work-in-progress.
Adapted from Griffith et al. "Automated Dynamic Resource Allocation for Wildfire Suppression"1.
] add https://github.com/sisl/WildfirePOMDPs.jl
using WildfirePOMDPs
mdp = WildfireMDP()
policy = RandomPolicy(mdp)
simulate(RolloutSimulator(max_steps=50), mdp, policy)