Giter VIP home page Giter VIP logo

uav-nav's People

Contributors

schmittlema avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

uav-nav's Issues

TODO: PREPARE SIMULATION

  1. Change environment in launchfile ~
  2. modify network
  3. change reward function
  4. find and set reset
  5. helper function for heading changes
  6. modify steps
  7. Clean repo ~

Change reward structure

+1 for agent step
-1 for backup controller
-2 for crash
0 for local min

Also just double check the reset procedure to make sure it is not recording resets as crashes.

Change tree generation so empty gaps cannot exist to determine if results skewed

-dictionary all lines of trees by there binned y value. For each value store as a tuple of start and end x values.

-From curr position lookup the next draw line in the dictionary and see if it is in forest via startx & endx.

-If not draw normally but clip the ends so they do not overlap with ones in list
if less than end & greater than start:
if it is the draw-start:
//it means it is right of the trees
change draw-start to end + gap (to prevent overlap)
else if it is the draw-end:
//it means it is left of the trees
change draw-end to start - gap (to prevent overlap)

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.