wkentaro / YARR

Yet Another Robotics and Reinforcement (YARR) learning framework for PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and facilitate my research.

Install

Ensure you have PyTorch installed. Then simply run:

pip install .

About

Yet Another Robotics and Reinforcement (YARR) learning framework for PyTorch.

License:Apache License 2.0


Languages

Language:Python 100.0%