Skip to content

Implementation of DDPG+HER on gym robotics environment FetchReach-v1

License

Notifications You must be signed in to change notification settings

pawan47/Fetchreach_gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of DDPG+HER on gym robotics environment FetchReach-v1

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages