paper-with-me

홈 › Papers

Learning One Representation to Optimize All Rewards

2021-03-14 · NeurIPS 2021 12 · Ahmed Touati, Yann Ollivier

We introduce the forward-backward (FB) representation of the dynamics of a reward-free Markov decision process. It provides explicit near-optimal policies for any reward specified a posteriori. During an unsupervised phase, we use reward-free interactions with the environment to learn two representations via off-the-shelf deep learning methods and temporal difference (TD) learning. In the test phase, a reward representation is estimated either from observations or an explicit reward description (e.g., a target state). The optimal policy for that reward is directly obtained from these representations, with no planning. We assume access to an exploration scheme or replay buffer for the first phase. The corresponding unsupervised loss is well-principled: if training is perfect, the policies obtained are provably optimal for any reward function. With imperfect training, the sub-optimality is proportional to the unsupervised approximation error. The FB representation learns long-range relationships between states and actions, via a predictive occupancy map, without having to synthesize states as in model-based approaches. This is a step towards learning controllable agents in arbitrary black-box stochastic environments. This approach compares well to goal-oriented RL algorithms on discrete and continuous mazes, pixel-based MsPacman, and the FetchReach virtual robot arm. We also illustrate how the agent can immediately adapt to new tasks beyond goal-oriented RL.

📄 PDF Abstract BibTeX arXiv:2103.07945

Code (2)

ahmed-touati/controllable_agent 공식 구현 pytorch
facebookresearch/controllable_agent pytorch

Tasks

All

Similar Papers 제목 키워드 기반

DORB: Dynamically Optimizing Multiple Rewards with Bandits

2020-11-15 · EMNLP 2020 11 · Ramakanth Pasunuru, Han Guo, Mohit Bansal

Policy gradients-based reinforcement learning has proven to be a promising approach for directly optimizing non-differentiable evaluation metrics for language generation tasks. However, optimizing for a specific metric r…

Data-to-Text GenerationQuestion GenerationQuestion-GenerationText Generation

Action Guidance: Getting the Best of Sparse Rewards and Shaped Rewards for Real-time Strategy Games

2020-10-05 · Shengyi Huang, Santiago Ontañón

Training agents using Reinforcement Learning in games with sparse rewards is a challenging problem, since large amounts of exploration are required to retrieve even the first reward. To tackle this problem, a common appr…

Real-Time Strategy GamesReinforcement Learning (RL)

Learning Robust Representations with Graph Denoising Policy Network

2019-10-04 · Lu Wang, Wenchao Yu, Wei Wang, Wei Cheng 외

Graph representation learning, aiming to learn low-dimensional representations which capture the geometric dependencies between nodes in the original graph, has gained increasing popularity in a variety of graph analysis…

DenoisingGraph Representation LearningLink PredictionNode Classification+2

Action and Perception as Divergence Minimization

2020-09-03 · Danijar Hafner, Pedro A. Ortega, Jimmy Ba, Thomas Parr 외

To learn directed behaviors in complex environments, intelligent agents need to optimize objective functions. Various objectives are known for designing artificial agents, including task rewards and intrinsic motivation.…

Decision MakingRepresentation Learning

Multi-Objective Intrinsic Reward Learning for Conversational Recommender Systems

2023-10-31 · NeurIPS 2023 11

Conversational Recommender Systems (CRS) actively elicit user preferences to generate adaptive recommendations. Mainstream reinforcement learning-based CRS solutions heavily rely on handcrafted reward functions, which ma…

Recommendation Systems