UR5 robot with Jaco hand as gripper for HRI project
- Install gym:
pip install gym
- Install pytorch (please refer to its website for customized installation command): https://pytorch.org/
- Clone/donwload the repo.
- cd to the cloned repo:
cd gym-ur5
and install it using:pip install -e .
- Open coppelia scene
UR5-Gripper-thread-pyapi.ttt
in coppeliaSim. - Use one of agent's jupyter notebook implementation to create the agent and create the gym environment.
Deep RL Agent implementations are derived from cyoon1729 github repo: https://github.com/cyoon1729/Reinforcement-learning