Giter Club home page Giter Club logo

sumo-control's Introduction

Sumo Control

Update: I'm having to work on a different project for my master's so this will be indefinitely suspended. I hope to return to it in future.

My plan is to train a Jumping Sumo minidrone from Parrot to navigate a track using reinforcement learning. This project will be divided into several stages:

  • Implement the ARSDK3 protocol in python to allow me control the drone directly via a PC and stream video as well
  • Implement Deep Deterministic Policy Gradient (DDPG) in CNTK (maybe Tensorflow?)
  • Use DDPG to train the drone to navigate a paper track
    • The higher the speed of the robot, the greater the reward
    • Negative rewards for leaving the track. I plan to train a convolutional network to decide whether or not the robot is within the track
    • At each time step, the state will be the last frame (or stack of frames) as well as last read speed from the robot
    • The agents actions will be speed [-100, 100] and turn [-100, 100]

Requirements

More requirements will be added as the project progresses.

Software

  • Python 3
  • OpenCV

Hardware

  • One Jumping Sumo (I am using a Jumping Race Max, other Jumping Drones should also work)
  • Several batteries ๐Ÿ˜ฉ

Miscellaneous

  • I was able to install OpenCV 3 in my conda environment using: conda install -c menpo opencv3
  • The minidrone module was adapted from forthtemple/py-faster-rcnn and haraisao/JumpingSumo-Python . As I am only interested in ground motion, I have limited my implementation to that (no jumping, ...)
  • The Parrot ARSDK3 document can be found here. I was also able to find some useful information on their GitHub page.

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.