Methods
- Offline and batch RL from historical logs
- Off-policy evaluation with confidence bounds
- Contextual bandits and Bayesian optimisation where full RL is overkill
- Simulator and reward design, including reward hacking review
- Constrained and safe policies for regulated settings
In practice
Few organisations can let an agent act freely on a live system, so we start from the logs you already hold: feasibility, then off-policy evaluation, then shadow deployment against the incumbent policy. Where a simpler method matches an RL policy’s performance, we build the simpler method.