→ كل المشاريع

Robot-arm-control-with-RL

بواسطة @kaymen99

106

Robot arm control using reinforcement learning algorithms : DDPG and TD3 with hindsight experience replay (HER)

عن هذا المشروع

Robot arm control with Reinforcement Learning This project focuses on controlling a 7 DOF robot arm provided in the pandasgym Reacher environment using two continuous reinforcement learning algorithms: DDPG (Deep Deterministic Policy Gradients) and TD3 (Twin Delayed Deep Deterministic Policy Gradients). The technique of Hindsight Experience Replay is used to enhance the learning process of both algorithms. Continuous RL Algorithms Continuous reinforcement learning deals with environments where actions are continuous, such as the precise control of robotic arm joints or controlling the throttle of an autonomous vehicle. The primary objective is to find policies that effectively map observed states to continuous actions, ultimately optimizing the accumulation of expected rewards. Several algorithms have been specifically developed to address this challenge, including DDPG, TD3, SAC, PPO, and more. 1- DDPG (Deep Deterministic Policy Gradients) DDPG is an actor-critic algorithm designed for continuous action spaces. It combines the strengths of policy gradients and Q-learning.

من ملف README الخاص بالمشروع على GitHub

النجوم
106
التفريعات
5
الرخصة
MIT
آخر تحديث
21/09/2023

أضف هذه الشارة إلى ملف README

أظهر أن مشروعك مُدرج على «صُنع في الجزائر».

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/robot-arm-control-with-rl.svg)](https://www.madeinalgeria.dev/projects/robot-arm-control-with-rl)

مشاريع ذات صلة