ipab-rad / robot_learning_baselines

A set of baseline models for learning from demonstration with supporting training/evaluation scripts.

Home Page:https://peterdavidfagan.com/robot_learning_baselines/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs open_x_embodiment_data_transfer experiments

Robot Learning Baselines

A set of baseline models for learning from demonstration with supporting training/evaluation scripts.

[Training Runs][Pretrained Models][Documentation]

Configuring your Local Development Environment

The project currently only supports Linux OS, this is a direct consequence of some of the project dependencies. This may be revised in future.

This repository manages certain dependencies as submodules, to ensure you have cloned the requires submodules run:

git submodule update --init --recursive

With submodules installed, it should be possible to build the Python virtual environment on machines running Linux OS via poetry with the following command:

poetry install

About

A set of baseline models for learning from demonstration with supporting training/evaluation scripts.

https://peterdavidfagan.com/robot_learning_baselines/

License:Apache License 2.0


Languages

Language:Python 95.3%Language:Jupyter Notebook 4.7%