Giter VIP home page Giter VIP logo

rl-bot's Introduction

Reinforcement learning for construction site robot

Docker Image CI

Robot that navigate through construction site using Q-learning written in python 3 powered by Pytorc and Robot operating system

How this work

                        +------------------------------------+
                        |           Infrastructure           |
                        +------------------------------------+
                        |               Host OS              |
                        +------------------------------------+
                        |                Docker              |
                        +-----------+------------+-----------+
                        |           |            |           |
                        |    ROS    |   Pytorch  |  RTABMAP  |
                        | Container |  Container | Container |
                        |           |            |           |
                        +-----------+------------+-----------+

Docker image contain Robot Operating System (ROS) and Machine Learning framework such as TensorFlow, Pytorch, Keras, etc. You can switch whatever framework you like.

Hardware

  • Raspberry Pi 3 Model B with Raspbian image SD card
  • RGB-D or Stereo image Camera (Microsoft Kinect is highly recommended)
  • Smart Robot Car kit
  • Arduino UNO R3

How to assemble robot

Please check wiki page

Prerequisite

You can choose to install it manually or use a script

  • Docker CE for Raspberry Pi
  • MeshLab
  • Python 3.6

Usage

copy & paste in terminal

wget https://raw.githubusercontent.com/kanokkorn/RL-bot/master/run.sh && sudo chmod +x run.sh && ./run.sh

or clone this repository

This script is design to work with Raspberry Pi only.

sudo run.sh
  • If the setup is done or you have your own setup then run this command
sudo docker-compose up

License

This project is under BSD license

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.