Agent Based Traffic Simulator for Autonomous Vehicle

Slides:



Advertisements
Similar presentations
Traffic Light Control Using Reinforcement Learning
Advertisements

Highway Transportation System
Driving In Urban Traffic
Introduction to VISSIM
TRANSPORT MODELLING Lecture 4 TRANSPORT MODELLING Lecture 4 26-Sep-08 Transport Modelling Microsimulation Software.
Midterm Presentation 24/05/04 Virtual Traffic Signal Presented by: Ron Herman Ofir Shentzer Instructor: Mr. Mony Orbach Technion – Israel Institute Of.
Self-Organizing Agents for Grid Load Balancing Junwei Cao Fifth IEEE/ACM International Workshop on Grid Computing (GRID'04)
+ Simulation Design. + Types event-advance and unit-time advance. Both these designs are event-based but utilize different ways of advancing the time.
MODULE 5 Objectives: Students will learn to recognize moderate risk environments, establish vehicle speed, manage intersections, hills, and passing maneuvers.
The Application of The Improved Hybrid Ant Colony Algorithm in Vehicle Routing Optimization Problem International Conference on Future Computer and Communication,
Roads & Traffic Department College Green Public Transport Priority measure.
Right-of-Way Who Goes First?.
I NTERSECTION C ONTROL FOR A UTONOMOUS V EHICLES Presented by: Dr. Avinash Unnikrishnan Post Doctoral Research Associate PI: Prof. Peter Stone Prof S.
Virginia Department of Education
Traffic Signals and Pavement Markings. a. Red is always stop. If it is flashing red, you may go as if a stop sign. A solid red you might be allowed to.
Generated Trips and their Implications for Transport Modelling using EMME/2 Marwan AL-Azzawi Senior Transport Planner PDC Consultants, UK Also at Napier.
Modeling of Optimized Traffic Patterns Using GPS and Wireless Communications Between Traffic Lights and Vehicles Bryan Ward 11/3/06.
Computer Systems Lab TJHSST Current Projects In-House, pt 2.
Chapter 2 Signs, Signals, and Roadway Markings Start working on the Start working on the 8 questions on page 39! 8 questions on page 39!
Modeling the Optimization of a Toll Booth Plaza By Liam Connell, Erin Hoover and Zach Schutzman Figure 1. Plot of k values and outputs from Erlang’s Formula.
Efficient Graph Traversal with Realistic Conditions by Olex Ponomarenko st Quarter Draft----
What types of problems do transportation engineers solve and what are some factors they work to balance? Did anyone travel through an intersection this.
ALABAMA DRIVER MANUAL CHAPTER 8
Intelligent Transportation System
Optimal Acceleration and Braking Sequences for Vehicles in the Presence of Moving Obstacles Jeff Johnson, Kris Hauser School of Informatics and Computing.
Emerging Technologies in Autonomous Driving
Unit 5 VEHICLE HANDLING SAFE VEHICLE CONTROL
‘Adaptive Cruise Control’
Case Study 4 New York State Alternate Route 7 Problem 4
Distributed Vehicle Routing Approximation
Chapter 3 Regulatory, Warning & Guide Signs Overview
Chapter 15 Driving in Rural Areas.
Edward Andert, Mohammad Khayatian, Aviral Shrivastava
Highway Transportation System
Chapter 7 Negotiating Intersections
Information Processing: Moderate Risk Driving Environment
The Highway Transportation System. (HTS)
Chapter 3 Regulatory, Warning & Guide Signs Overview
To go or not to go, that is the question.
Introduction to Networking
The Red Signal Prohibits Any Traffic From Proceeding.
Motion Planning for Multiple Autonomous Vehicles
Overview of CV2X Requirements
Driving in City Traffic
Solving the Vehicle Routing Problem with Multiple Multi-Capacity Vehicles Michael Sanders.
City of Wilmington Bike Plan Update
What is The Smith System?
26th CARSP Conference, Halifax, June 5-8, 2016
Lesson Plan Day 4 >Chapter 7- Power Point > Driver’s education notes: Steering straight backward, Changing lanes, Hand over hand steering, Push Pull steering,
The Tragedy of the Commons in Traffic Routing and Congestion
Mahindra Logiquest 2018 – NMIMS
Traffic Safety.
Vehicular Ad-hoc Networks
Ioannis Gkourtzounis, Emmanouil S. Rigas and Nick Bassiliades
Impacts of Reducing Freeway Shockwaves on Fuel Consumption and Emissions Meng Wang, Winnie Daamen, Serge Hoogendoorn, Bart van Arem Department.
Deployment of Intelligent Transport Systems Directive 2010/40/EU
SMART TRAFFIC MANAGEMENT SYSTEM
Traffic Light Simulation
Traffic Light Simulation
Efficient Graph Traversal with Realistic Conditions
Introduction to transportation system
Lesson 10.6 ROUNDABOUTS Some intersections are designed as circles called roundabouts, also called traffic circles or rotaries. Roundabouts do not have.
lesson 2.2 TRAFFIC SIGNALS
lesson 14.3 MANAGING SPACE IN CITY TRAFFIC
lesson 16.2 ENTERING CONTROLLED- ACCESS HIGHWAYS
Tomorrow’s Mobility…Is Here Today!
Adaptive Traffic Control
Do Roads Connect or Divide? The Other Side of the Road
Lourens de Beer; Supervisor: Prof. C Venter
A Deep Reinforcement Learning Approach to Traffic Management
Presentation transcript:

Agent Based Traffic Simulator for Autonomous Vehicle BY: Kamalika Saha Ms. Sonia Rathee Deptt. of CSE, Maharaja Surajmal Institute of Technology, New Delhi, India

Introduction The project aims to provide a simulation for traffic management at intersections in case of autonomous vehicles which can further be implemented at a city- wide scale. The advent of driverless cars provides optimizing traffic in ways which were not possible before. The project has been made to substitute the conventional means of controlling traffic particularly, the traffic signals.

Objective This project aims to create a scalable, safe and efficient multi-agent framework for managing autonomous vehicles at intersection. In the future with computers “behind the wheels”, it will make travel easier, safer and much more efficient.

What’s Wrong With The Conventional Traffic System? Traditional traffic systems & stop signs are very inefficient. Vehicles traversing intersections using these mechanisms experience large delays. The intersections can only manage a limited traffic capacity – much less than that of the roads that feed into them. The time that vehicles spend in case of traffic systems results in unnecessary wastage of fuel powering the vehicles.

Autonomous Intersection management Autonomous Intersection Management (AIM) aims to provide an alternative to existing traffic signal optimization schemes. In this approach, we use a program called the driver agent located in each vehicle that communicates with the server present at the intersection points and other agents in a multi-agent environment. It also uses an intersection manager which is assumed to be a server present at each intersection.

The Reservation Idea…. Any intersection manager present at the intersection maintains a reservation table for the list of past requests made by any autonomous vehicle. If there are no conflicts, the intersection manager issues a reservation. It becomes the vehicle’s responsibility to arrive at, and travel through, the intersection as specified. In the case of a conflict, the intersection manager suggests an alternate later reservation. The car may only enter the intersection once it has successfully obtained a reservation.

Implementation The study of algorithms used in project implementation such as Intersection Manager Algorithm, FCFS (First Come First Serve), A* Search. Development of GUI for a simulator using Java-Swing. Implementation of the above described algorithms to create a stable simulation.

Demo Screen Shots

Limitations If the traffic at the intersection is increased beyond certain limits then the simulator might not respond or is not able to support intersection policies simulation . Lane Changing Algorithm is not implemented in our project. Mechanical failures are not taken into account.

Conclusion We, therefore, conclude that the project to create a simulation for Agent Based Traffic Simulator for autonomous vehicles has been implemented successfully, however, there is a wide scope to implement the project on a real time basis and implementing the lane changing algorithm successfully

References Approximately Orchestrated Routing and Transportation Analyser: Large Scale Traffic Simulation for Autonomous Vehicles. Vehicle to Infrastructure based Safe Trajectory: Planning for Autonomous Intersection Management. Auction-based autonomous intersection management.