Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 1.2 KB

Install.md

File metadata and controls

28 lines (22 loc) · 1.2 KB

Get the code

cd ~ && git clone -b dashing https://github.com/AcutronicRobotics/ros2learn.git
cd ros2learn
git submodule update --init --recursive

Useful info

  • Pull all the new commits: git pull --recurse-submodules && git submodule update --recursive --remote
  • Quick reference for submodules (1, 2, 3)

Install each module

This repository contains various modules that need to be installed independently:

  • gym-gazebo2: is a toolkit for developing and comparing reinforcement learning algorithms using ROS 2 and Gazebo. Follow the instructions to install it.

  • baselines: is a slightly adapted version of OpenAI's baselines repository to address robotics use cases with a set of high-quality implementations of reinforcement learning algorithms. To install it:

    cd ~/ros2learn/algorithms/baselines
    pip3 install -e .

Dependent tools

pip3 install matplotlib
sudo apt install python3-tk