paper-with-me

홈 › Papers

Policy Tree Network

2019-09-25 · Zac Wellmer, Sepanta Zeighami, James Kwok

Decision-time planning policies with implicit dynamics models have been shown to work in discrete action spaces with Q learning. However, decision-time planning with implicit dynamics models in continuous action space has proven to be a difficult problem. Recent work in Reinforcement Learning has allowed for implicit model based approaches to be extended to Policy Gradient methods. In this work we propose Policy Tree Network (PTN). Policy Tree Network lies at the intersection of Model-Based Reinforcement Learning and Model-Free Reinforcement Learning. Policy Tree Network is a novel approach which, for the first time, demonstrates how to leverage an implicit model to perform decision-time planning with Policy Gradient methods in continuous action spaces. This work is empirically justified on 8 standard MuJoCo environments so that it can easily be compared with similar work done in this area. Additionally, we offer a lower bound on the worst case change in the mean of the policy when tree planning is used and theoretically justify our design choices.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Model-based Reinforcement LearningMuJoCoPolicy Gradient MethodsQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Fast Learning of Optimal Policy Trees

2025-06-18 · James Cussens, Julia Hatamyar, Vishalie Shah, Noemi Kreif

We develop and implement a version of the popular "policytree" method (Athey and Wager, 2021) using discrete optimisation techniques. We test the performance of our algorithm in finite samples and find an improvement in …

Distilling LLM Reasoning into an Interpretable Policy Tree for Human-AI Collaboration

2026-06-07 · Beiwen Zhang, Yongheng Liang, Guowei Zou, Haitao Wang 외 arxiv

Constructing efficient and reliable policies to assist humans is indispensable for human-AI collaboration. Existing methods mainly follow two lines of work. Most prior work relies on multi-agent reinforcement learning (M…

Multi-agent Reinforcement Learning

Verifiable Reinforcement Learning via Policy Extraction

2018-05-22 · NeurIPS 2018 12 · Osbert Bastani, Yewen Pu, Armando Solar-Lezama

While deep reinforcement learning has successfully solved many challenging control tasks, its real-world applicability has been limited by the inability to ensure the safety of learned policies. We propose an approach to…

Deep Reinforcement LearningImitation LearningModel Compressionreinforcement-learning+2

An Efficient Dynamic Sampling Policy For Monte Carlo Tree Search

2022-04-26 · Gongbo Zhang, Yijie Peng, Yilong Xu

We consider the popular tree-based search strategy within the framework of reinforcement learning, the Monte Carlo Tree Search (MCTS), in the context of finite-horizon Markov decision process. We propose a dynamic sampli…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

SoftTreeMax: Policy Gradient with Tree Search

2022-09-28 · Gal Dalal, Assaf Hallak, Shie Mannor, Gal Chechik

Policy-gradient methods are widely used for learning control policies. They can be easily distributed to multiple workers and reach state-of-the-art results in many domains. Unfortunately, they exhibit large variance and…

Policy Gradient Methods