Code Monkey home page Code Monkey logo

rele's Introduction

ReLe Build Status Documentation Status

REinforcement LEarning Library of Politecnico di Milano

Tutorial and reference documentation is provided here.

External dependencies

To properly compile the ReLe library you must install

Linux

In many Linux distributions you can use the package manager to install them.

Ubuntu

apt-get install libboost-dev libboost-all-dev libnlopt-dev liblapack-dev libarmadillo-dev

Fedora

yum install boost-devel armadillo-devel openblas-devel lapack-devel

Mac OS X

The easiest way to compile the library in a MAC OS X environment is to use Homebrew, which provides a package manager for OS X. All the external libraries are available in the repository and can be installed using the following command

brew install boost homebrew/science/armadillo homebrew/science/nlopt

Homebrew provides also cmake package (brew install cmake).

COMPILING

The system can be build using the ros build tool catkin. Just create a catkin workspace, put the content of this repository in the src repository and run catkin_make to build the system. check this tutorial to get more info on catkin.

The ReLe core library can be build also using plain cmake (without catkin). To build the core library, use the following commands:

mkdir ReLe
mkdir ReLe/build
mkdir ReLe/src
cd ReLe/src
git clone https://github.com/AIRLab-POLIMI/ReLe.git .
cd ../build
cmake ../src/rele
make

To install the library just use also the following command:

sudo make install

By default the library is installed in /usr/local/. You can change this by setting the cmake variable ${CMAKE_INSTALL_PREFIX}

Ros features will be disabled.

rele's People

Contributors

boris-il-forte avatar carloderamo avatar protoss1986 avatar samuelepolimi avatar teopir avatar

Watchers

 avatar  avatar

Forkers

edwinyi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.