paper-with-me

Papers

Deriving Rewards for Reinforcement Learning from Symbolic Behaviour Descriptions of Bipedal Walking

2023-12-16 · Daniel Harnack, Christoph Lüth, Lukas Gross, Shivesh Kumar, Frank Kirchner

Generating physical movement behaviours from their symbolic description is a long-standing challenge in artificial intelligence (AI) and robotics, requiring insights into numerical optimization methods as well as into formalizations from symbolic AI and reasoning. In this paper, a novel approach to finding a reward function from a symbolic description is proposed. The intended system behaviour is modelled as a hybrid automaton, which reduces the system state space to allow more efficient reinforcement learning. The approach is applied to bipedal walking, by modelling the walking robot as a hybrid automaton over state space orthants, and used with the compass walker to derive a reward that incentivizes following the hybrid automaton cycle. As a result, training times of reinforcement learning controllers are reduced while final walking speed is increased. The approach can serve as a blueprint how to generate reward functions from symbolic AI and reasoning.

📄 PDF Abstract BibTeX arXiv:2312.10328

Code (1)

dfki-ric-underactuated-lab/orthant_rewards_biped_rl 공식 구현

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Deriving mesoscopic models of collective behaviour for finite populations

2019-02-20

Animal groups exhibit emergent properties that are a consequence of local interactions. Linking individual-level behaviour to coarse-grained descriptions of animal groups has been a question of fundamental interest. Here…

Sentiment Analysis for Reinforcement Learning

2020-10-05 · Ameet Deshpande, Eve Fleisig

While reinforcement learning (RL) has been successful in natural language processing (NLP) domains such as dialogue generation and text-based games, it typically faces the problem of sparse rewards that leads to slow or …

Dialogue Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

SymDQN: Symbolic Knowledge and Reasoning in Neural Network-based Reinforcement Learning

2025-04-03 · Ivo Amador, Nina Gierasimczuk

We propose a learning architecture that allows symbolic control and guidance in reinforcement learning with deep neural networks. We introduce SymDQN, a novel modular approach that augments the existing Dueling Deep Q-Ne…

reinforcement-learningReinforcement LearningTensor Networks

A Deep Learning Model of Mental Rotation Informed by Interactive VR Experiments

2025-12-15 · Raymond Khazoum, Daniela Fernandes, Aleksandr Krylov, Qin Li 외 arxiv

Mental rotation -- the ability to compare objects seen from different viewpoints -- is a fundamental example of mental simulation and spatial world modeling in humans. Here we propose a mechanistic model of human mental …

Spatial Reasoning

Learning Purposeful Behaviour in the Absence of Rewards

2016-05-25 · Marlos C. Machado, Michael Bowling

Artificial intelligence is commonly defined as the ability to achieve goals in the world. In the reinforcement learning framework, goals are encoded as reward functions that guide agent behaviour, and the sum of observed…

Reinforcement Learning