All Projects → pawan47 → Fetchreach_gym

pawan47 / Fetchreach_gym

Licence: MIT license
Implementation of DDPG+HER on gym robotics environment FetchReach-v1

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fetchreach gym

deeprl-continuous-control
Learning Continuous Control in Deep Reinforcement Learning
Stars: ✭ 14 (-50%)
Mutual labels:  ddpg-agent

Fetchreach_gym

I have used DDPG+HER to train FetchReach-V1. After training for 5 hours, its accuracy is around 90% to 95%.

Result after training for 5 hours

new_performance_ddpg_her

column = [" Episode_no ", " reward for the current episode ", " average reward ", " Max_reward "]

Average is taken over last 10 observation.

Every Episode contains 200 actions to reach the goal. You would receive a reward of 0 if you reached the goal else 0. So, max and min reward for an episode is 0 and -200.

I have only sampled given achieve goals and desired goal, but you can also sample different goal to make algorithm learn faster.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].