hzm2016 / Peg_in_hole_assembly

Deep reinforcement learning for robotic peg-in-hole assembly task
MIT License
6 stars 0 forks source link
assembly deep-reinforcement-learning robotics

Peg_in_hole_assembly

OpenAI Baselines is a set of high-quality implementations of reinforcement learning algorithms.

These algorithms will make it easier for the research community to replicate, refine, and identify new ideas, and will create good baselines to build research on top of. Our DQN implementation and its variants are roughly on par with the scores in published papers. We expect they will be used as a base around which new ideas can be added, and as a tool for comparing a new approach against existing ones.

You can install it by typing:

git clone https://github.com/hzm2016/Peg_in_hole_assembly
cd baselines
pip install -e .

DDPG