Multi-Agent & Goal-Conditioned RL
Evaluating the Robustness and Limits of Tree-Search RL Under Stochastic Dynamics and Function Approximation
Generated automatically from the limitations stated in 4 papers (NeurIPS, ICML), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
Existing theoretical guarantees and empirical evaluations for tree-search and tree-MDP RL algorithms are strictly restricted to deterministic, tabular, or binary-tree settings. Real-world decision-making domains involve transition stochasticity and large state spaces requiring neural function approximation, where deterministic branching assumptions are untested. Without systematic evaluation across stochastic transitions and continuous state spaces, it is unknown whether deterministic tree-guided methods degrade gracefully or fail catastrophically.
Why it matters
Clarifies the operational boundaries and robustness limits of tree-based RL methods when deterministic assumptions are relaxed, providing concrete guidance on when deterministic tree planning remains valid in noisy environments.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Benchmark existing deterministic tree-search algorithms on synthetic MDPs with systematically injected transition noise ($\epsilon \in [0, 0.5]$), measuring empirical regret, node expansion overhead, and failure rates.
- 2
Extend deterministic tree-MDP policy bounds to bounded stochastic transition models, measuring how theoretical suboptimality gaps scale with environmental transition variance.
- 3
Implement and evaluate tree-search RL with deep neural function approximation on standard continuous control benchmarks, measuring value estimation error and policy convergence against tabular baselines.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
If trivial adaptations from standard stochastic planning (such as expectimax or chance-node MCTS) immediately bridge the gap without revealing any distinct theoretical trade-offs, the contribution would reduce to routine benchmarking.
Evidence
Each paper's own statement of the limitation, verbatim.
- Curriculum Design for Trajectory-Constrained Agent: Compressing Chain-of-Thought Tokens in LLMsNeurIPS 2025
Theoretical guarantee only covers the single-task binary-tree MDP; no theory for multi-task or LLM settings, and effect on model internals is unexplored.
- When Do Skills Help Reinforcement Learning? A Theoretical Analysis of Temporal AbstractionsICML 2024
Theory applies only to deterministic sparse-reward MDPs with finite action spaces; results for stochastic environments are preliminary (Appendix F.1).
- Do Transformer World Models Give Better Policy Gradients?ICML 2024
Theoretical analysis is developed only for deterministic MDPs (stochasticity addressed only heuristically via an appendix argument); stochastic dynamics are not fully covered by the theory
- Optimistic Exploration in Reinforcement Learning Using Symbolic Model EstimatesNeurIPS 2023
Theoretical guarantees hold only for deterministic finite MDPs; stochastic transitions are deferred to future work, and the method is evaluated only with tabular methods, not function-approximation RL
Nearest existing work
- Single-Agent Policy Tree Search With GuaranteesNeurIPS 2018
- A Bayesian Approach to Online PlanningICML 2024
- Subgoal-Guided Policy Heuristic Search with Learned SubgoalsICML 2025
- Sub-Goal Trees a Framework for Goal-Based Reinforcement LearningICML 2020
- Open Problem: Approximate Planning of POMDPs in the class of Memoryless PoliciesCOLT 2016
- Goal-Directed Planning via Hindsight Experience ReplayICLR 2022
- Trust-Region Twisted Policy ImprovementICML 2025
- Online Robust Reinforcement Learning Through Monte-Carlo PlanningICML 2025
- Scalable Policy-Based RL Algorithms for POMDPsNeurIPS 2025
- Feedback-Based Tree Search for Reinforcement LearningICML 2018
- Bring Your Own (Non-Robust) Algorithm to Solve Robust MDPs by Estimating The Worst KernelICML 2024
- Real-time tree search with pessimistic scenarios: Winning the NeurIPS 2018 Pommerman CompetitionACML 2019
- TPO: TREE SEARCH POLICY OPTIMIZATION FOR CONTINUOUS ACTION SPACESICLR 2020
- Natural Actor-Critic for Robust Reinforcement Learning with Function ApproximationNeurIPS 2023
- Monte-Carlo Graph Search: the Value of Merging Similar StatesACML 2020