paper-with-me

홈 › Papers

Information-Theoretic State Variable Selection for Reinforcement Learning

2024-01-21 · Charles Westphal, Stephen Hailes, Mirco Musolesi

Identifying the most suitable variables to represent the state is a fundamental challenge in Reinforcement Learning (RL). These variables must efficiently capture the information necessary for making optimal decisions. In order to address this problem, in this paper, we introduce the Transfer Entropy Redundancy Criterion (TERC), an information-theoretic criterion, which determines if there is \textit{entropy transferred} from state variables to actions during training. We define an algorithm based on TERC that provably excludes variables from the state that have no effect on the final performance of the agent, resulting in more sample efficient learning. Experimental results show that this speed-up is present across three different algorithm classes (represented by tabular Q-learning, Actor-Critic, and Proximal Policy Optimization (PPO)) in a variety of environments. Furthermore, to highlight the differences between the proposed methodology and the current state-of-the-art feature selection approaches, we present a series of controlled experiments on synthetic data, before generalizing to real-world decision-making tasks. We also introduce a representation of the problem that compactly captures the transfer of information from state variables to actions as Bayesian networks.

📄 PDF Abstract BibTeX arXiv:2401.11512

Code (1)

guanton/umfi_python

Tasks

Decision Makingfeature selectionQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Variable Selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Sequential Knockoffs for Variable Selection in Reinforcement Learning

2023-03-24 · Tao Ma, Jin Zhu, Hengrui Cai, Zhengling Qi 외

In real-world applications of reinforcement learning, it is often challenging to obtain a state representation that is parsimonious and satisfies the Markov property without prior knowledge. Consequently, it is common pr…

reinforcement-learningReinforcement LearningVariable Selection

Feature Selection via Mutual Information: New Theoretical Insights

2019-07-17 · Mario Beraha, Alberto Maria Metelli, Matteo Papini, Andrea Tirinzoni 외

Mutual information has been successfully adopted in filter feature-selection methods to assess both the relevancy of a subset of features in predicting the target variable and the redundancy with respect to other variabl…

feature selectionregression

Simple stopping criteria for information theoretic feature selection

2018-11-29 · Shujian Yu, Jose C. Principe

Feature selection aims to select the smallest feature subset that yields the minimum generalization error. In the rich literature in feature selection, information theory-based approaches seek a subset of features such t…

feature selection

Causal Entropy and Information Gain for Measuring Causal Control

2023-09-14 · Francisco Nunes Ferreira Quialheiro Simoes, Mehdi Dastani, Thijs van Ommen

Artificial intelligence models and methods commonly lack causal interpretability. Despite the advancements in interpretable machine learning (IML) methods, they frequently assign importance to features which lack causal …

feature selectionInterpretable Machine Learning

Latent Variable Causal Discovery under Selection Bias

2025-12-12 · Haoyue Dai, Yiwen Qiu, Ignavier Ng, Xinshuai Dong 외 arxiv

Addressing selection bias in latent variable causal discovery is important yet underexplored, largely due to a lack of suitable statistical tools: While various tools beyond basic conditional independencies have been dev…