Proximal Deterministic Policy Gradient
This paper introduces two simple techniques to improve off-policy Reinforcement Learning (RL) algorithms. First, we formulate off-policy RL as a stochastic proximal point iteration. The target network plays the role of the variable of optimization and the value network computes the proximal operator. Second, we exploits the two value functions commonly employed in state-of-the-art off-policy algorithms to provide an improved action value estimate through bootstrapping with limited increase of computational resources. Further, we demonstrate significant performance improvement over state-of-the-art algorithms on standard continuous-control RL benchmarks.
Code (0)
등록된 구현이 없습니다.
Tasks
continuous-controlContinuous Controlreinforcement-learningReinforcement Learning (RL)Similar Papers 제목 키워드 기반
Proximal Policy Gradient Arborescence for Quality Diversity Reinforcement Learning
Training generally capable agents that thoroughly explore their environment and learn new and diverse skills is a long-term goal of robot learning. Quality Diversity Reinforcement Learning (QD-RL) is an emerging research…
Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)Controlling an Inverted Pendulum with Policy Gradient Methods-A Tutorial
This paper provides the details of implementing two important policy gradient methods to solve the inverted pendulum problem. These are namely the Deep Deterministic Policy Gradient (DDPG) and the Proximal Policy Optimiz…
OpenAI GymPolicy Gradient MethodsDeep Reinforcement Learning for Stock Portfolio Optimization
Stock portfolio optimization is the process of constant re-distribution of money to a pool of various stocks. In this paper, we will formulate the problem such that we can apply Reinforcement Learning for the task proper…
Deep Reinforcement LearningPortfolio Optimizationreinforcement-learningReinforcement Learning+1Obstacle Avoidance and Navigation Utilizing Reinforcement Learning with Reward Shaping
In this paper, we investigate the obstacle avoidance and navigation problem in the robotic control area. For solving such a problem, we propose revised Deep Deterministic Policy Gradient (DDPG) and Proximal Policy Optimi…
reinforcement-learningReinforcement LearningReinforcement Learning (RL)Proximal Policy Gradient: PPO with Policy Gradient
In this paper, we propose a new algorithm PPG (Proximal Policy Gradient), which is close to both VPG (vanilla policy gradient) and PPO (proximal policy optimization). The PPG objective is a partial variation of the VPG o…
OpenAI Gym