mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-20 13:11:01 +08:00
bd9d3b78681ea544dddae9e219b925fe941caed3
…
…
…
…
PyRoboLearn
This repository contains the code for the PyRoboLearn (PRL) framework: a Python framework for Robot Learning. This framework revolves mainly around 7 axes: simulators, worlds, robots, interfaces, learning tasks (= environment and policy), learning models, and learning algorithms.
Requirements
The framework has been tested with Python 2.7 and Ubuntu 16.04.
Installation
- First download the
pipPython package manager and create a virtual environment for Python 2.7 as described in the following link: https://packaging.python.org/guides/installing-using-pip-and-virtualenv/ On Ubuntu, in the terminal, you can type:
sudo apt install python-pip
sudo pip install virtualenv
- clone this repository and install the requirements and the setup.py
pip install -r requirements.txt
pip install -e .
Citation
@misc{delhaisse2019pyrobolearn,
author = {Delhaisse, Brian and Rozo, Leonel, and Caldwell, Darwin},
title = {PyRoboLearn: A Python Framework for Robot Learning Practitioners},
howpublished = {\url{https://github.com/robotlearn/pyrobolearn}},
year=2019,
}
Languages
Python
84.7%
Jupyter Notebook
14.4%
Shell
0.4%
C#
0.3%
Dockerfile
0.2%