Skip to content

VT-Collab/rl-waypoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waypoint-Based Reinforcement Learning for Robot Manipulation Tasks

This repository provides our implementation of Waypoint-Based RL. The videos for experiments can be found here

Installation

Clone the repository using

git clone https://github.com/VT-Collab/rl-waypoints.git

Implementation of rl-waypoints

Navigate to the rl-waypoints repository using

cd rl-waypoints
cd rlwp

To train the robot for manipulation tasks in the Robosuite simulation environment, run the following commands

python3 main.py train=True task=<task_name>

The complete set of arguments can be found in the \cfg folder. The tasks for the training can be from the following: {Lift, Stack, NutAssembly, PickPlace, Door}

Testing the trained models

We provide a trained model for each task for our approach. The trained models can be evaluated as follows

python3 main.py test=True task=<task_name> run_name=test render=True

About

initial repo for rl-waypoints project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages