An open API service indexing awesome lists of open source software.

https://github.com/techstartucalgary/roboticarm

Robotic arm using reinforcement learning to help robots learn and adapt to new environments
https://github.com/techstartucalgary/roboticarm

Last synced: 11 months ago
JSON representation

Robotic arm using reinforcement learning to help robots learn and adapt to new environments

Awesome Lists containing this project

README

          

# RoboticArm

## About This Repo

This is the repo for the RoboticArm team at Tech Start UCalgary.

## To Setup

After cloning the repo, you can run the setupworkspace scripts in the workspaceTools directory. This will create a python environment, and automatically install/update any necessary requirements

### On Windows
- Run the .bat file in the command prompt

### On Linux
- Source the .bash file in the terminal
- You may need to apt install python3-venv and python-is-python3 for the script to run
- You must SOURCE the bash file. ie,
```
source setupworkspace.bash
```

### Demonstration of Reinforcement Learning DDPG training on a Kinova Gen3 Arm:
- https://www.youtube.com/watch?v=WiJtKO3sOtU&ab_channel=Naveed