首页 /研究 /DDPG with Meta-Learning-Based Experience Replay Separation for Robot Trajectory Planning
MANIPULATION

DDPG with Meta-Learning-Based Experience Replay Separation for Robot Trajectory Planning

Jin Yang, Gang Peng

发表年份
2021
引用次数
14

摘要

Prioritized experience replay (PER) chooses the experience data based on the value of Temporal-Difference (TD) error, it can improve the utilization of experience in deep reinforcement learning based methods. But since the value of TD error needs to be calculated when experience data sampled at each time, so the computational complexity of PER is high. And the hyperparameters in PER also affect the learning process. The hyperparameters need to be adjusted carefully. To cope above problems, we propose meta-learning-based experience replay buffer separation (MSER) in this paper. Firstly, the original experience replay buffer is divided into a successful experience buffer and a failure experience buffer, and the experience data of successful exploration or failure exploration are stored respectively. Secondly, the experience data is sampled randomly from two experience replay buffers according to a ratio, and the ratio is learned through the neural network designed by us. Finally, we conduct experiments in a simulation environment for trajectory planning of robot manipulator in V-REP. Extensive experiments show that the MSER proposed is capable of improving convergence rate by up to 9.1% in DDPG, compared to DDPG with PER. The convergence mean reward rises by up to 3.3% and the standard deviation reduce by 16.9%. In the evaluation, the success rate of trajectory planning for robot manipulator is up to 99%.

关键词

HyperparameterReinforcement learningComputer scienceTrajectoryConvergence (economics)RobotArtificial intelligenceMachine learning

相关论文

查看 MANIPULATION 分类全部论文