Platypoos: Scale-Free Planning Alg.
- Platypoos is a scale-free planning algorithm designed for deterministic-dynamics discounted MDPs with noisy rewards, identifying the best next action under a fixed simulation budget.
- It adapts simultaneously to unknown reward/noise scales and latent value function smoothness by running multiple candidate sampling schedules and validating optimal branches.
- The algorithm offers improved performance over OLOP with regime-specific guarantees, achieving exponential or polynomial simple regret rates in low-noise and high-noise settings respectively.
Searching arXiv for the primary paper and closely related prior work to ground the article. arXiv search: (Bartlett et al., 20 Apr 2026) Platypoos OLOP StroquOOL SequOOL OPD Platypoos is a scale-free planning algorithm for deterministic-dynamics, discounted-reward problems with a fixed simulation budget when rewards are noisy and the learner does not know the reward range or noise range in advance. It is introduced in "Scale-free adaptive planning for deterministic dynamics & discounted rewards" (Bartlett et al., 20 Apr 2026) as an adaptive replacement for OLOP in the regime where one has access to a generative model and seeks the best first action from a current root state rather than a globally optimal policy. Its central technical feature is simultaneous adaptation to unknown reward and noise scales and to latent smoothness of the value function, while preserving guarantees comparable to or better than prior planning methods and yielding markedly faster rates in favorable low-noise or noiseless regimes (Bartlett et al., 20 Apr 2026).
1. Problem class and formal objective
Platypoos is defined for an infinite-horizon discounted MDP with state space , finite action space with branching factor , deterministic dynamics,
and stochastic rewards of the form
where the noise is independent across rounds and bounded (Bartlett et al., 20 Apr 2026).
Two reward models are considered. In the deterministic-reward case,
In the stochastic-reward case, the observed reward satisfies
where the unknown quantity is the reward-noise range. Rewards are assumed bounded in , and the discount factor
is known (Bartlett et al., 20 Apr 2026).
The learner has access to a generative model and a total budget of 0 node openings or evaluations. The objective is to recommend the best next action from a given root state 1, minimizing simple regret rather than cumulative regret. For a policy 2, the discounted value is
3
with 4 and 5, and
6
The optimal quantities are
7
with Bellman equations
8
9
If the algorithm recommends action 0 after budget 1, the simple regret is
2
so the formal target is
3
This formulation places Platypoos squarely in fixed-budget planning with deterministic transitions and stochastic rewards. A plausible implication is that its guarantees are tailored to simulator-based decision support rather than online reinforcement learning in the cumulative-regret sense.
2. Tree-based representation and discounted smoothness
The planning problem is rewritten as optimization over the infinite tree of action sequences. For an infinite sequence 4, its value is
5
For a finite sequence 6,
7
namely the value of the best continuation after prefix 8. The optimal root value is
9
For a node 0 of depth 1, the partial discounted return is
2
and the trivial upper bound is
3
Hence
4
This discounted structure induces a baseline smoothness: even without extra regularity assumptions, the tail beyond depth 5 is controlled by 6 (Bartlett et al., 20 Apr 2026).
The key structural smoothness proposition states that there exist 7 and 8 such that for all depths 9 and all nodes 0,
1
This always holds with the trivial choice
2
but some problems may exhibit extra smoothness through smaller 3 or 4 (Bartlett et al., 20 Apr 2026). Platypoos does not require 5 as input and is analyzed as adapting to them.
To quantify the effective size of the near-optimal set, the paper defines the near-optimal branching factor. For any 6 and 7,
8
where 9 counts nodes 0 such that
1
An analogous 2 is introduced using 3 instead of 4, and Platypoos’ analysis is phrased in terms of 5 (Bartlett et al., 20 Apr 2026).
The favorable case 6 corresponds to essentially a unique near-optimal branch. This suggests that Platypoos’ strongest rates are expected when the planning tree rapidly narrows around a single optimal continuation.
3. Algorithmic design and scale-free adaptation
Platypoos is a budget allocation strategy over depths and sample counts. It combines open-loop planning over the action tree, as in OLOP, with a scale-free optimization strategy inspired by StroquOOL (Bartlett et al., 20 Apr 2026). The core issue is that the appropriate number of samples per node depends on unknown noise level and unknown gap structure: too few samples yield unreliable estimates, while too many prevent deep exploration. Platypoos resolves this by simultaneously trying many sample levels.
At each depth 7, and for each sampling level indexed by 8, the algorithm opens some of the best currently estimated nodes using roughly 9-scaled samples. Large 0 assigns many samples per node and explores fewer nodes; small 1 allocates fewer samples per node and explores more broadly. Rather than relying on user-specified confidence radii, Platypoos implicitly runs many candidate exploration schedules in parallel and then performs a cross-validation or final evaluation phase among candidate branches corresponding to different 2-values (Bartlett et al., 20 Apr 2026).
The paper characterizes the method as scale-free because it does not require the reward range 3, the noise bound 4, the smoothness parameters 5, or the branching factor 6. It does require the total budget 7, the action set 8, the discount factor 9, and access to a generative model (Bartlett et al., 20 Apr 2026). This definition of scale-freeness is precise: the algorithm avoids upper confidence bounds that explicitly plug in reward or noise scales.
The reconstructed main procedure initializes
0
then enters an exploration phase over depths and sample levels, followed by a cross-validation phase over candidate paths, and finally outputs
1
(Bartlett et al., 20 Apr 2026). The source text is described as partially corrupted, but the supplied formulas retain the intended structure of the schedule.
A common misconception would be to treat Platypoos as merely an untuned UCB variant. The paper’s description is narrower and more specific: it is not based on a single confidence scale, but on a family of sample-allocation scales combined with final validation.
4. Technical mechanism: confidence control, opening conditions, and discount dependence
The analysis is organized around a high-probability confidence event 2 controlling empirical prefix-value estimates. If 3 is the set of sequences evaluated by Platypoos, then
4
and
5
The deviation radius therefore scales as
6
so larger 7 yields tighter confidence through heavier sampling (Bartlett et al., 20 Apr 2026).
The key technical quantity 8 denotes the depth of the deepest opened node on an optimal branch under sample level 9. A principal lemma states that, on event 0, for
1
one has 2 if two conditions hold simultaneously. The first is discrimination by sampling,
3
meaning estimation error is small enough to resolve 4-depth near-optimality. The second is sufficient opening relative to the near-optimal set, expressed generically as
5
The paper also gives more detailed case splits depending on whether 6 or 7, and whether 8 or 9 (Bartlett et al., 20 Apr 2026).
Discounting enters the algorithm and its proof in three distinct ways. First, it provides the baseline smoothness relation
0
Second, the sampling schedule uses terms involving 1, reflecting the smaller importance of deeper rewards under discounting. Third, validation cost and confidence accumulation involve
2
which arises from controlling discounted sums of bounded deviations through 3 (Bartlett et al., 20 Apr 2026).
These ingredients clarify that Platypoos is neither depth-uniform nor noise-uniform. Its schedule is explicitly structured around the interaction among depth, discounting, near-optimal branching, and empirical uncertainty.
5. Performance guarantees and regime structure
The guarantees separate deterministic and stochastic reward settings. For noiseless rewards, a simpler SequOOL-style planning method yields the following simple-regret rates for a planning problem with associated 4 and branching factor 5:
- if 6,
7
- if 8,
9
Under a reset constraint, the exponential case weakens to 00, while the polynomial case remains essentially the same (Bartlett et al., 20 Apr 2026).
For stochastic rewards, the analysis introduces
01
up to notation corruption in the source, and defines special depths 02 via balances between noise discrimination and near-optimal coverage: 03
04
These depths characterize how deeply Platypoos can certify the optimal branch in different regimes (Bartlett et al., 20 Apr 2026).
In the high-noise regime, if the noise is large enough to satisfy the paper’s two high-noise conditions, Platypoos satisfies
05
In the low-noise regime, if the paper’s low-noise conditions hold, then
06
The 07 low-noise case is especially notable because the regret decays exponentially (Bartlett et al., 20 Apr 2026).
The paper’s summary also highlights an intermediate deterministic-like regime for 08, where the rate can become
09
depending on noise and reset assumptions. This suggests that the boundary between stochastic and deterministic behavior is governed not only by 10, but also by the geometry of the near-optimal tree and the discount factor.
6. Relation to prior methods, practical use, and caveats
The main benchmark is OLOP. OLOP uses upper confidence bounds of the form
11
where 12 is a user-provided bound on noise. According to the supplied account, this works if 13, but if 14 is too large then exploration is overly conservative, while if 15 is too small then the confidence intervals are invalid (Bartlett et al., 20 Apr 2026). Platypoos avoids this dependence by not building a UCB from 16; instead it runs a family of sample-allocation scales in parallel and validates them afterward.
The paper emphasizes four improvements over OLOP: adaptation to unknown noise, adaptation to unknown reward scale, adaptation to extra smoothness through 17 rather than the baseline 18, and low-noise or noiseless speedups. In particular, when noise is absent or tiny, Platypoos can recover deterministic planning rates and, for 19, exponentially decaying regret, whereas OLOP remains tied to a fixed confidence scale (Bartlett et al., 20 Apr 2026).
Platypoos is presented as practically relevant when a simulator or generative model is available, the state space is too large for full dynamic programming, only a good next action is needed under a fixed budget, rewards may be noisy, and the reward range, variance or noise range, or effective smoothness are not known in advance. The experiments described in the paper use a simple deterministic-dynamics MDP plus additive bounded noise, and Platypoos reportedly systematically outperforms OLOP while being insensitive to incorrect user inputs that can severely degrade OLOP (Bartlett et al., 20 Apr 2026).
Several limitations are explicit. The theory assumes deterministic transitions; the stochasticity is only in rewards. The noise must be bounded because the analysis uses Hoeffding- or Azuma-style confidence bounds. The setting is fixed-budget simple regret rather than cumulative-regret reinforcement learning. The guarantees depend on multiple regime splits involving 20, high versus low noise, and reset assumptions. Reset constraints weaken exponential rates, with
21
The appendix also notes that floor and ceiling operations in the practical schedule may underuse budget unless tuned carefully (Bartlett et al., 20 Apr 2026).
One point in the supplied material requires careful reading. The abstract states that the paper establishes a matching lower bound, but the detailed summary also states that the supplied text does not contain a separately stated formal lower-bound theorem in the same explicit style as the upper bounds. In that summary, the matching comparison is described primarily relative to existing upper bounds from OLOP and OPD rather than to an explicit minimax lower-bound statement (Bartlett et al., 20 Apr 2026). This suggests that any interpretation of “matching” should distinguish the abstract’s claim from the level of detail visible in the provided exposition.