Giter VIP home page Giter VIP logo

affordance-based-agent-carla's Introduction

Affordance-based-agent-CARLA

Introduction

There are three approaches in the end-to-end driving model:

  1. Imitation Learning: During the training phase, the user manually drives the car and the model captures the camera images and tries to map it with the driving the driving actions such as, accelarator, break and steering angle.
  2. Mediated Perception: During the training phase, individual objects are detected, such as traffic light, humans or other vehicles on the lane and the model tries to calculate the distance to the particular object to take the necessary driving actions.
  3. Direct Perception: In direct perception, the complexity of the object detection is avoided instead the model is trained to calculate the features such as the distance to the object in the front, lane angle, traffic light, etc, directly from the camera images.

The goal of this project is to implement an affordance based end-to-end driving model and simulate it in the urban simulator called CARLA. We used CNNs to perform this task.

Procedure to run the code:

  1. Training data is gathered from CARLA simulator by driving the vehicle and labelled using python clients. Code for these clients are available at: Affordance-based-agent-CARLA/python_clients/ .
  2. The jupyter notebook in Affordance-based-agent-CARLA/notebooks/ to train and test the model.

affordance-based-agent-carla's People

Contributors

duvindu avatar seimasaki avatar

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.