paper-with-me

Papers

Physics-Informed Model-Based Reinforcement Learning

2022-12-05 · Adithya Ramesh, Balaraman Ravindran

We apply reinforcement learning (RL) to robotics tasks. One of the drawbacks of traditional RL algorithms has been their poor sample efficiency. One approach to improve the sample efficiency is model-based RL. In our model-based RL algorithm, we learn a model of the environment, essentially its transition dynamics and reward function, use it to generate imaginary trajectories and backpropagate through them to update the policy, exploiting the differentiability of the model. Intuitively, learning more accurate models should lead to better model-based RL performance. Recently, there has been growing interest in developing better deep neural network based dynamics models for physical systems, by utilizing the structure of the underlying physics. We focus on robotic systems undergoing rigid body motion without contacts. We compare two versions of our model-based RL algorithm, one which uses a standard deep neural network based dynamics model and the other which uses a much more accurate, physics-informed neural network based dynamics model. We show that, in model-based RL, model accuracy mainly matters in environments that are sensitive to initial conditions, where numerical errors accumulate fast. In these environments, the physics-informed version of our algorithm achieves significantly better average-return and sample efficiency. In environments that are not sensitive to initial conditions, both versions of our algorithm achieve similar average-return, while the physics-informed version achieves better sample efficiency. We also show that, in challenging environments, physics-informed model-based RL achieves better average-return than state-of-the-art model-free RL algorithms such as Soft Actor-Critic, as it computes the policy-gradient analytically, while the latter estimates it through sampling.

📄 PDF Abstract BibTeX arXiv:2212.02179

Code (1)

adi3e08/physics_informed_model_based_rl 공식 구현 pytorch

Tasks

modelModel-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

A Survey on Physics Informed Reinforcement Learning: Review and Open Problems

2023-09-05 · Chayan Banerjee, Kien Nguyen, Clinton Fookes, Maziar Raissi

The inclusion of physical information in machine learning frameworks has revolutionized many application areas. This involves enhancing the learning process by incorporating physical constraints and adhering to physical …

reinforcement-learningReinforcement Learning

C-STEP: Continuous Space-Time Empowerment for Physics-informed Safe Reinforcement Learning of Mobile Agents

2026-03-25 · Guihlerme Daubt, Adrian Redder arxiv

Safe navigation in complex environments remains a central challenge for reinforcement learning (RL) in robotics. This paper introduces Continuous Space-Time Empowerment for Physics-informed (C-STEP) safe RL, a novel meas…

Reinforcement LearningCollision Avoidance

Physics-Guided Actor-Critic Reinforcement Learning for Swimming in Turbulence

2024-06-05 · Christopher Koh, Laurent Pagnier, Michael Chertkov

Turbulent diffusion causes particles placed in proximity to separate. We investigate the required swimming efforts to maintain an active particle close to its passively advected counterpart. We explore optimally balancin…

reinforcement-learningReinforcement Learning

Physics-informed Modularized Neural Network for Advanced Building Control by Deep Reinforcement Learning

2025-04-07 · Zixin Jiang, Xuezheng Wang, Bing Dong

Physics-informed machine learning (PIML) provides a promising solution for building energy modeling and can serve as a virtual environment to enable reinforcement learning (RL) agents to interact and learn. However, chal…

Deep Reinforcement LearningPhysics-informed machine learningReinforcement Learning (RL)

PiCSRL: Physics-Informed Contextual Spectral Reinforcement Learning

2026-03-26 · Mitra Nasr Azadani, Syed Usama Imtiaz, Nasrin Alamdari arxiv

High-dimensional low-sample-size (HDLSS) datasets constrain reliable environmental model development, where labeled data remain sparse. Reinforcement learning (RL)-based adaptive sensing methods can learn optimal samplin…

Reinforcement Learning