paper-with-me

홈 › Papers

More Efficient Exploration with Symbolic Priors on Action Sequence Equivalences

2021-10-20 · Toby Johnstone, Nathan Grinsztajn, Johan Ferret, Philippe Preux

Incorporating prior knowledge in reinforcement learning algorithms is mainly an open question. Even when insights about the environment dynamics are available, reinforcement learning is traditionally used in a tabula rasa setting and must explore and learn everything from scratch. In this paper, we consider the problem of exploiting priors about action sequence equivalence: that is, when different sequences of actions produce the same effect. We propose a new local exploration strategy calibrated to minimize collisions and maximize new state visitations. We show that this strategy can be computed at little cost, by solving a convex optimization problem. By replacing the usual epsilon-greedy strategy in a DQN, we demonstrate its potential in several environments with various dynamic structures.

📄 PDF Abstract BibTeX arXiv:2110.10632

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient ExplorationOpen-Ended Question Answeringreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

NS-VLA: Towards Neuro-Symbolic Vision-Language-Action Models

2026-03-10 · Ziyue Zhu, Shangyang Wu, Shuai Zhao, Zhiqiu Zhao 외 arxiv

Vision-Language-Action (VLA) models are formulated to ground instructions in visual context and generate action sequences for robotic manipulation. Despite recent progress, VLA models still face challenges in learning re…

Reinforcement Learning

Uncertainty-Aware LLM-Guided Policy Shaping for Sparse-Reward Reinforcement Learning

2026-06-04 · Ujjwal Bhatta, Utsabi Dangol, Sumaly Bajracharya, Rodrigue Rizk 외 arxiv

Sparse rewards and heterogeneous task sequences remain persistent challenges in Reinforcement Learning (RL), often resulting in slow convergence, weak generalization, and inefficient exploration. We propose Uncertainty-A…

Reinforcement Learning

SymPlanner: Deliberate Planning in Language Models with Symbolic Representation

2025-05-02 · Siheng Xiong, Jieyu Zhou, Zhangding Liu, Yusen Su

Planning remains a core challenge for language models (LMs), particularly in domains that require coherent multi-step action sequences grounded in external constraints. We introduce SymPlanner, a novel framework that equ…

valid

Sample-Efficient Neurosymbolic Deep Reinforcement Learning

2026-01-06 · Celeste Veronese, Alessandro Farinelli, Daniele Meli arxiv

Reinforcement Learning (RL) is a well-established framework for sequential decision-making in complex environments. However, state-of-the-art Deep RL (DRL) algorithms typically require large training datasets and often s…

Reinforcement Learning

Neurosymbolic Reinforcement Learning with Formally Verified Exploration

2020-09-26 · NeurIPS 2020 12 · Greg Anderson, Abhinav Verma, Isil Dillig, Swarat Chaudhuri

We present Revel, a partially neural reinforcement learning (RL) framework for provably safe exploration in continuous state and action spaces. A key challenge for provably safe deep RL is that repeatedly verifying neura…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Exploration