Giter Club home page Giter Club logo

sample_drl_planner's Introduction

sample_drl_planner

A path planning framework based on Sampling-based algorithm and Deep Reinforcement learning.

Platform

interface version
ubuntu 18.04
ros melodic
pytorch 1.4.0

Installation

ROS melodic

refer to here

Cmake version 3.5 or above

OMPL 1.5.2

Install dependence

sudo apt install libboost-dev libeigen3-dev pkg-config
sudo pip install numpy pyplusplus flask celery fcl

Install OMPL

refer to here

Anaconda

refer to here

virtual environment

create env

conda create -n my_env python=2.7
conda activate my_env

update pip

pip install --upgrade pip

install dependence

pip install requirements.txt

Building pkg

create workspace

mkdir catkin_ws
cd catkin_ws
mkdir src
cd src
catkin_init_workspace

Download this project and put it into src.

cd ..
catkin_make

Run Samples

train

roslaunch my_simple_planner train_env.launch
rosrun my_simple_planner train.py

test

roslaunch my_simple_planner test_env.launch
rosrun my_simple_planner test.py

sample_drl_planner's People

Contributors

vinson-sheep avatar

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.