paper-with-me

Papers

Deep reinforcement learning for tracking a moving target in jellyfish-like swimming

2024-09-13 · Yihao Chen, Yue Yang

We develop a deep reinforcement learning method for training a jellyfish-like swimmer to effectively track a moving target in a two-dimensional flow. This swimmer is a flexible object equipped with a muscle model based on torsional springs. We employ a deep Q-network (DQN) that takes the swimmer's geometry and dynamic parameters as inputs, and outputs actions which are the forces applied to the swimmer. In particular, we introduce an action regulation to mitigate the interference from complex fluid-structure interactions. The goal of these actions is to navigate the swimmer to a target point in the shortest possible time. In the DQN training, the data on the swimmer's motions are obtained from simulations conducted using the immersed boundary method. During tracking a moving target, there is an inherent delay between the application of forces and the corresponding response of the swimmer's body due to hydrodynamic interactions between the shedding vortices and the swimmer's own locomotion. Our tests demonstrate that the swimmer, with the DQN agent and action regulation, is able to dynamically adjust its course based on its instantaneous state. This work extends the application scope of machine learning in controlling flexible objects within fluid environments.

📄 PDF Abstract BibTeX arXiv:2409.08815

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningNavigate

Methods 이 논문이 사용한 방법론

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…
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} +…
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…
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 제목 키워드 기반

Motion-guided sparse correction enables expert-quality point tracking across diverse microscopy regimes

2026-05-28 · Leonidas Zimianitis, Pasindu Thenahandi, Kai Buckhalter, Dineth Jayakody 외 arxiv

Tracking the dynamics of non-canonical biological systems in microscopy videos remains a persistent challenge. Both classical and learning-based trackers depend on expert-reviewed data to be evaluated and adapted, yet ex…

Point Tracking

DiffPhyCon: A Generative Approach to Control Complex Physical Systems

2024-07-09 · Long Wei, Peiyan Hu, Ruiqi Feng, Haodong Feng 외

Controlling the evolution of complex physical systems is a fundamental task across science and engineering. Classical techniques suffer from limited applicability or huge computational costs. On the other hand, recent de…

reinforcement-learningReinforcement Learning

Jellyfish: A Large Language Model for Data Preprocessing

2023-12-04 · Haochen Zhang, Yuyang Dong, Chuan Xiao, Masafumi Oyamada

This paper explores the utilization of LLMs for data preprocessing (DP), a crucial step in the data mining pipeline that transforms raw data into a clean format conducive to easy processing. Whereas the use of LLMs has s…

GPUImputationLanguage ModelingLanguage Modelling+1

Global Tracking via Ensemble of Local Trackers

2022-03-30 · CVPR 2022 1 · Zikun Zhou, Jianqiu Chen, Wenjie Pei, Kaige Mao 외

The crux of long-term tracking lies in the difficulty of tracking the target with discontinuous moving caused by out-of-view or occlusion. Existing long-term tracking methods follow two typical strategies. The first stra…

Scaling Multi Agent Reinforcement Learning for Underwater Acoustic Tracking via Autonomous Vehicles

2025-05-13 · Matteo Gallici, Ivan Masmitja, Mario Martín

Autonomous vehicles (AV) offer a cost-effective solution for scientific missions such as underwater tracking. Recently, reinforcement learning (RL) has emerged as a powerful method for controlling AVs in complex marine e…

Autonomous VehiclesGPUMulti-agent Reinforcement LearningReinforcement Learning (RL)