Home

Awesome

Logo Missing

Note: Pirate qualification not needed to use this library.

YARR is Yet Another Robotics and Reinforcement learning framework for PyTorch.

The framework allows for asynchronous training (i.e. agent and learner running in separate processes), which makes it suitable for robot learning. For an example of how to use this framework, see my Attention-driven Robot Manipulation (ARM) repo.

This project is mostly intended for my personal use (Stephen James) and facilitate my research.

Modifcations

This is my (Mohit Shridhar) fork of YARR. Honestly, I don't understand what exactly is happening in a lot of places, so there a lot of hacks to make it work for my purposes. If you are doing simple behavior cloning, you can probably write simpler training and evaluation routines, but YARR might be useful if you also want to do RL. Here is a quick summary of my modifcations:

Install

Ensure you have PyTorch installed. Then simply run:

python setup.py develop