Giter Site home page Giter Site logo

anp_trackdriver's Introduction


ANP_TrackDriver


Repository for the advanced neural projects group's track driving robot project.

Robot: A rover style robot with a camera and line reader on the front. Optimally, the camera should be mounted at a 60 degree angle from the ground. The line reader should be nearly flush to the ground so it can detect the line.

Environment: The environment is a flat open space with a closed-loop track formed out of black tape. It should be reasonably well lit. An outer and inner line of bounding tape should concentrically define the track with an offset of 2 times the width of the robot’s chassis.

Task: The robot should navigate the track continuously, strictly staying within the bounding lines until the end of the episode. When the episode ends, the robot should be replaced in the track at any position facing forward with its line sensor close to the center of the track. The robot should only use the camera to navigate the track. The line sensor should only be used to detect a failure and should not be the input to any neural nets.

Reward:

  • The default reward at each timestep is 0.
  • The agent receives +1 reward every time step that it has moved forward with both motors (this is not triggered while in a deadzone around 0 speed or going backwards)
  • The agent loses a large amount of reward (e.g. -1000) whenever its line sensor detects a bounding line. The robot also stops and the episode ends. This simulates a wall collision.
  • If the robot has not exceeded the bounding tape in a set number of steps (e.g. 10000) the episode ends without a reward loss.

Supervisors:

  • Maxwell Joseph Jacobson
  • Dr. Gustavo Rodriguez-Rivera

Contributors:

  • Shubham Jain
  • Michael Lee
  • Seung Heon Lee
  • Anuj Tukade
  • Haozhe Zhou
  • [add your name here if you are a contributor]

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.