Modeling of Traffic Patterns on Highways

Slides:



Advertisements
Similar presentations
Swarm-Based Traffic Simulation
Advertisements

KS 2 Being responsible for driving safety What responsibility do other road users have towards me? What responsibilities do I have towards other road.
Hallway Traffic Simulator Peter Riggs Computer Systems Lab
Transportation Tuesday TRANSPORTATION TUESDAY DO SOMEONE ELSE A GOOD TURN HOW GOOD DRIVERS DEAL WITH INTERSECTIONS.
Transportation Tuesday TRANSPORTATION TUESDAY The five seeing habits while driving…. Observation and concentration are required at all times while driving.
11 Quantifying Benefits of Traffic Information Provision under Stochastic Demand and Capacity Conditions: A Multi-day Traffic Equilibrium Approach Mingxin.
Hazard and Incident Warning « Majority of events occurring on the road represent a danger for road users » By transmitting road events and road status.
Managing Risk When Driving. All Licensed Drivers – 191,275,719 All Drivers Involvement Rate in Fatal Crashes/100,000 Licensed Drivers – (37,795.
The IPDE Method.
Trucks on Motorways in the Netherlands A survey of the role of trucks in traffic flow AVV Transport Research Centre Ministry of Transport Onno Tool
1 Research methods and models of driver behavior studies.
Behavior Control of Virtual Vehicle
IMPROPER LANE CHANGE A Collision Countermeasures Presentation.
© 2006 PSEN Unit - #4 Let’s Go Driving Identification Evaluation Control Monitor.
Which x-t graph goes with the v-t graph? (When t = 0 s, x = –10 m.) A B C D 10/2/15 1Oregon State University PH 211, Class #3.
Evaluation of ITS applications on the Køge Bugt Motorway, Denmark Jens Toft Wendelboe Technical Consultant Traffic Management Department Danish Road Directorate.
Traffic Light Simulation Lynn Jepsen. Introduction and Background Try and find the most efficient way to move cars through an intersection at different.
Simulating Traffic Congestion on Route 1 Jimmy O'Hara Computer Systems Lab
Computer Systems Lab TJHSST Current Projects In-House, pt 2.
TRAFFIC PROBLEMS IN GLASGOW Lesson starter:  You have a piece of poster paper in front of you.  You must draw a line down the middle of it.
1 6th ACSF meeting Tokyo, April 2016 Requirements for “Sensor view” & Environment monitoring version 1.0 Transmitted by the Experts of OICA and CLEPA.
Yoram Shiftan and Shlomo Bekhor Transportation Research Institute Technion – Israel Institute of Technology Sustainable Transportation In Israel.
TRANSPORTATION TUESDAY
Intelligent Transportation System
FREEWAY DRIVING.
EXPRESSWAY.
International Interdisciplinary Seminar
CE 3500 Transportation Engineering
By Richard E. Schardan, Sr. (Ret. Police Chief)
A Survivors Guide to Roundabouts
The Simulation of Traffic Patterns and Optimizing Traffic Lights
Circuits Series and Parallel.
Alon Shermister Tomer Margalit Felix Kalichman
Pedestrian Safety.
PASSING LANE CHANGING MERGING SHARING THE ROAD
2.7: Simulation.
Using State Data to Assess Vehicle Performance
Factors that Affect Your Driving Ability
Driving in City Traffic
TRANSPORTATION TUESDAY
lesson 15.3 PASSING AND BEING PASSED ON RURAL ROADS
PASSING LANE CHANGING MERGING SHARING THE ROAD
Effects of Oncoming Vehicle Size on Overtaking Judgments
ALABAMA COURSE OF STUDY #2, #3, #4, #5, #6 AND #7
Rates and Equilibrium Notes, part I
How to Avoid Accidents While Driving
TUGS Jason Higuchi && Julia Yefimenko && Raudel mayorga
Predicting Traffic Dmitriy Bespalov.
Abstract During rush hours traffic on Route 1 is at an almost standstill, the road is not capable of holding the amount of traffic that travels on it during.
D R I V E R S E D G E USA Curriculum Use mouse to advance slides.
Traffic Safety.
HERO UNIT Training Module
Traffic Light Simulation
TRANSPORTATION TUESDAY
Basic Driving Maneuvers Entering Traffic, Lane Changes, and Turning
Traffic Light Simulation
PASSING LANE CHANGING MERGING SHARING THE ROAD
Alabama Driver Manual Chapter 3
“ A BETTER USE OF MIRRORS”
“ A BETTER USE OF MIRRORS”
lesson 4.2 BASIC DRIVING MANEUVERS
The 3 Keys to Defensive Driving
Erasmus Intensive Program
lesson 14.3 MANAGING SPACE IN CITY TRAFFIC
lesson 16.2 ENTERING CONTROLLED- ACCESS HIGHWAYS
Tomorrow’s Mobility…Is Here Today!
A section-based queueing-theoretical traffic model for congestion and travel time analysis in networks Sandro Huber
lesson 15.4 RURAL SITUATIONS YOU MIGHT ENCOUNTER
A Deep Reinforcement Learning Approach to Traffic Management
Presentation transcript:

Modeling of Traffic Patterns on Highways Jordan Hurley Computer Systems Lab 2005-2006

Abstract With the population shift to suburbs and the overall increase in population, the transit systems built as recently as 15 or 20 years ago have become problematic because they do not have enough space. Traffic jams form and dissolve, even when there are no accidents. The capability to model these situations would enable persons to predict these sorts of events, and thus the situations could be avoided, leading to a decrease in travel time even as overall volume increases.

Purpose The purpose of this project is to provide an effective simulation of highway traffic patterns. The first goal was to have the cars have a realistic speed. This involves them going faster in the left lanes than the right, and speeding up and slowing down based on the cars in front of them, and crashing when they collide with each other. The cars also switch lanes similar to real life, using individual patience levels that will have them switch lanes if they are not satisfied with the lane they are in because of its relative speed. The simulation now effectively stays realistic over more situations, and the ultimate goal is standard behavior across the simulation and in all situations. The next goal is to have traffic going the other way too, and then to introduce ``rubbernecking'' that affects both sides of the road. The end goal is to have more than one highway, with congestion on one affecting the other.

Background At this point, most research into traffic deals with it as fluid dynamics. This is good because of the similarity in terms of slowing the flow when the route narrows, but using just fluid dynamics doesn't work. The individual molecules in a pipe all act in the same way and according to the same rules, but every driver drives differently. They have accepted risk levels and make decisions based on their analysis of the situation. Fluids and their environments also don't evolve as rapidly as on-road situations.

Methodology There are a set of environmental elements, and then Individual Characteristics for each car. Environmental elements Ticks # of cars # of crashes Lane speed Individual Characteristics speed speed limit patience

Environmental Characteristics Ticks number of steps taken so far used in the display graph # of cars total number of cars in the simulation at the moment useful for determining how full the road is # of crashed total number of crashed cars at that moment Lane speed calculated from cars in lane used to generate new cars

Individual Characteristics Speed current speed of the car used to evaluate whether or not to switch lanes passed to environment for Lane speed Limit maximum speed of the car based on the location of the car, lane-wise Patience evaluated for whether or not to switch lanes if Speed/Limit is < patience, the car will attempt to switch lanes.