paper-with-me

Papers

PFPN: Continuous Control of Physically Simulated Characters using Particle Filtering Policy Network

2020-03-16 · Pei Xu, Ioannis Karamouzas

Data-driven methods for physics-based character control using reinforcement learning have been successfully applied to generate high-quality motions. However, existing approaches typically rely on Gaussian distributions to represent the action policy, which can prematurely commit to suboptimal actions when solving high-dimensional continuous control problems for highly-articulated characters. In this paper, to improve the learning performance of physics-based character controllers, we propose a framework that considers a particle-based action policy as a substitute for Gaussian policies. We exploit particle filtering to dynamically explore and discretize the action space, and track the posterior policy represented as a mixture distribution. The resulting policy can replace the unimodal Gaussian policy which has been the staple for character control problems, without changing the underlying model architecture of the reinforcement learning algorithm used to perform policy optimization. We demonstrate the applicability of our approach on various motion capture imitation tasks. Baselines using our particle-based policies achieve better imitation performance and speed of convergence as compared to corresponding implementations using Gaussians, and are more robust to external perturbations during character control. Related code is available at: https://motion-lab.github.io/PFPN.

📄 PDF Abstract BibTeX arXiv:2003.06959

Code (1)

xupei0610/PFPN 공식 구현 tf

Tasks

continuous-controlContinuous Controlreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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…
DDPG DDPG, or Deep Deterministic Policy Gradient, is an actor-critic, model-free algorithm based on the deterministic policy gradient that can operate over continuous action…
Adam 설명 없음
Soft Actor-Critic (Autotuned Temperature) Soft Actor Critic (Autotuned Temperature is a modification of the SAC reinforcement learning algorithm.…
V-trace V-trace is an off-policy actor-critic reinforcement learning algorithm that helps tackle the lag between when actions are generated by the actors and when the learner…
Entropy Regularization 설명 없음
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Transition Motion Tensor: A Data-Driven Approach for Versatile and Controllable Agents in Physically Simulated Environments

2021-11-30 · Jonathan Hans Soeseno, Ying-Sheng Luo, Trista Pei-Chun Chen, Wei-Chao Chen

This paper proposes the Transition Motion Tensor, a data-driven framework that creates novel and physically accurate transitions outside of the motion dataset. It enables simulated characters to adopt new motion skills e…

Motion Planning

InsActor: Instruction-driven Physics-based Characters

2023-12-28 · NeurIPS 2023 11 · Jiawei Ren, Mingyuan Zhang, Cunjun Yu, Xiao Ma 외

Generating animation of physics-based characters with intuitive control has long been a desirable task with numerous applications. However, generating physically simulated animations that reflect high-level human instruc…

Motion GenerationMotion Planning

Synthesizing Physically Plausible Human Motions in 3D Scenes

2023-08-17 · Liang Pan, Jingbo Wang, Buzhen Huang, Junyu Zhang 외

We present a physics-based character control framework for synthesizing human-scene interactions. Recent advances adopt physics simulation to mitigate artifacts produced by data-driven kinematic approaches. However, exis…

ASE: Large-Scale Reusable Adversarial Skill Embeddings for Physically Simulated Characters

2022-05-04 · Xue Bin Peng, Yunrong Guo, Lina Halper, Sergey Levine 외

The incredible feats of athleticism demonstrated by humans are made possible in part by a vast repertoire of general-purpose motor skills, acquired through years of practice and experience. These skills not only enable h…

GPUImitation LearningUnsupervised Reinforcement Learning

Learning to Control Physically-simulated 3D Characters via Generating and Mimicking 2D Motions

2025-12-09 · Jianan Li, Xiao Chen, Tao Huang, Tien-Tsin Wong arxiv

Video data is more cost-effective than motion capture data for learning 3D character motion controllers, yet synthesizing realistic and diverse behaviors directly from videos remains challenging. Previous approaches typi…