Coder Social home page Coder Social logo

nakuramino / deep-motion-planner Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 153.06 MB

A deep learning approach to motion planning techniques: Reimplementation of Motion Planning Networks for navigation

Python 13.01% Jupyter Notebook 86.99%
motion-planning neural-networks python robotics

deep-motion-planner's People

Contributors

nakuramino avatar thecountoftuscany avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

deep-motion-planner's Issues

Neural Network Designs

@ Pratik
[from brainstorm.txt]

  • Neural Network architectures (Designing)
    • 128x128
    • CNNs? nn?
    • RNN (Pratik)

I think it would be best if you design a CNN that takes in an image as the first input, and then the curr/goal state later on at the fully-connected layers. see #1 for more detail :)

Things left to do:

  • Setting the testing infrastructure so we can get statistical results
    • [DONE] % of successful paths generated from random start/goal states (Nishant)
      • done for ShootingStarNet and ADoubleStarNet (Nishant)
    • [CANCELLED] cost
    • [CANCELLED] planning time
    • [CANCELLED] anything you want to come up with that shows good/promising results
  • [DONE] path, cost comparison for AStar (Nishant)
  • path, cost comparison for non-holonomic RRT (Pratik)

Things to test:
[DONE] Normal planner (A* ShootingStarNet) (Nishant)
[DONE] Bidirectional Planner (A* ShootingStarNet) (Nishant)
[DONE] Normal planner (A* DoubleShootingStar) (Nishant)
[DONE] Bidirectional Planner (A* DoubleShootingStar) (Nishant)
Nonholonomic planner (RRT) (Pratik)

  • test_data test_maps for both plannners (Mino)
  • clean up what we have so it makes more sense to people
  • implement some of the algorithms talked about in the MPNet paper

Meet up on Wednesday to finish things and write poster

  • finish by Tuesday night, write everything on wednesday
  • write report
  • make presentation
  • make presentation video

Dataloader shenanigans

Instead of overloading the chat, I thought I'll keep my thoughts here:

input should be (curr_y, curr_x, goal_y, goal_x, map_image) and output should be action.

One issue I foresee is how the data should be returned. curr_state and goal_state are [2x1] arrays, but map_image is an 128x128 image, which means it can't be passed into a cnn as straightforward input (same can be said about normal neural networks). My guess is to overcome this by simply using tuples as our input. We take in a tuple, and then break it up in the forward function of our neural network, and then pass them in at appropriate locations of our neural net (i.e, map gets passed in at the convolutional layers, while the curr/goal state only get passed in at the start of the fully connected layers).

This is just a guess/suggestion tho, so let me know if you have any other ideas!

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.