paper-with-me

홈 › Papers

Actor-Director-Critic: A Novel Deep Reinforcement Learning Framework

2023-01-10 · Zongwei Liu, Yonghong Song, Yuanlin Zhang

In this paper, we propose actor-director-critic, a new framework for deep reinforcement learning. Compared with the actor-critic framework, the director role is added, and action classification and action evaluation are applied simultaneously to improve the decision-making performance of the agent. Firstly, the actions of the agent are divided into high quality actions and low quality actions according to the rewards returned from the environment. Then, the director network is trained to have the ability to discriminate high and low quality actions and guide the actor network to reduce the repetitive exploration of low quality actions in the early stage of training. In addition, we propose an improved double estimator method to better solve the problem of overestimation in the field of reinforcement learning. For the two critic networks used, we design two target critic networks for each critic network instead of one. In this way, the target value of each critic network can be calculated by taking the average of the outputs of the two target critic networks, which is more stable and accurate than using only one target critic network to obtain the target value. In order to verify the performance of the actor-director-critic framework and the improved double estimator method, we applied them to the TD3 algorithm to improve the TD3 algorithm. Then, we carried out experiments in multiple environments in MuJoCo and compared the experimental data before and after the algorithm improvement. The final experimental results show that the improved algorithm can achieve faster convergence speed and higher total return.

📄 PDF Abstract BibTeX arXiv:2301.03887

Code (0)

등록된 구현이 없습니다.

Tasks

Action ClassificationDecision MakingDeep Reinforcement LearningMuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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…
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…
Adam 설명 없음
Target Policy Smoothing Target Policy Smoothing is a regularization strategy for the value function in reinforcement learning. Deterministic policies can overfit to narrow peaks in the value…
Clipped Double Q-learning 설명 없음
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…
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},…
TD3 TD3 builds on the DDPG algorithm for reinforcement learning, with a couple of modifications aimed at tackling overestimation bias…

Similar Papers 제목 키워드 기반

Towards Hierarchical Policy Learning for Conversational Recommendation with Hypergraph-based Reinforcement Learning

2023-05-04 · Sen Zhao, Wei Wei, Yifan Liu, Ziyang Wang 외

Conversational recommendation systems (CRS) aim to timely and proactively acquire user dynamic preferred attributes through conversations for item recommendation. In each turn of CRS, there naturally have two decision-ma…

AttributeConversational RecommendationDecision MakingRecommendation Systems+1

Towards Authentic Movie Dubbing with Retrieve-Augmented Director-Actor Interaction Learning

2025-11-18 · Rui Liu, Yuan Zhao, Zhenqi Jia arxiv

The automatic movie dubbing model generates vivid speech from given scripts, replicating a speaker's timbre from a brief timbre prompt while ensuring lip-sync with the silent video. Existing approaches simulate a simplif…

IBSEN: Director-Actor Agent Collaboration for Controllable and Interactive Drama Script Generation

2024-07-01 · Senyu Han, Lu Chen, Li-Min Lin, Zhengshan Xu 외

Large language models have demonstrated their capabilities in storyline creation and human-like character role-playing. Current language model agents mainly focus on reasonable behaviors from the level of individuals, an…

Language ModelingLanguage ModellingScript Generation

RL-X: A Deep Reinforcement Learning Library (not only) for RoboCup

2023-10-20 · Nico Bohlinger, Klaus Dorer

This paper presents the new Deep Reinforcement Learning (DRL) library RL-X and its application to the RoboCup Soccer Simulation 3D League and classic DRL benchmarks. RL-X provides a flexible and easy-to-extend codebase w…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

SocialDirector: Training-Free Social Interaction Control for Multi-Person Video Generation

2026-05-11 · Liangyang Ouyang, Ruicong Liu, Caixin Kang, Yifei Huang 외 arxiv

Video generation has advanced rapidly, producing photorealistic videos from text or image prompts. Meanwhile, film production and social robotics increasingly demand multi-person videos with rich social interactions, inc…

Video Generation