Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 496 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 496 Bytes

Deep RL Arm Manipulation

This project is based on the Nvidia open source project "jetson-reinforcement" developed by Dustin Franklin. The goal of the project is to create a DQN agent and define reward functions to teach a robotic arm to carry out two primary objectives:

  1. Have any part of the robot arm touch the object of interest, with at least a 90% accuracy.
  2. Have only the gripper base of the robot arm touch the object, with at least a 80% accuracy.