Research Article

Hierarchical Sarsa Learning Based Route Guidance Algorithm

Algorithm 4

Procedure of Route Guidance.

input: Vehicle , Destination
output: Next link
begin
Get the link link of vehicle
//Calculating the probabilities of next links according to Eq. (18).
//Selecting the next link.
Choose by .
end