Planning via Random Walk- Driven Local Search Fan Xie Hootan Nakhost Martin Müller Presented by: Hootan Nakhost.

Slides:



Advertisements
Similar presentations
EcoTherm Plus WGB-K 20 E 4,5 – 20 kW.
Advertisements

Números.
Trend for Precision Soil Testing % Zone or Grid Samples Tested compared to Total Samples.
Trend for Precision Soil Testing % Zone or Grid Samples Tested compared to Total Samples.
You have been given a mission and a code. Use the code to complete the mission and you will save the world from obliteration…
AGVISE Laboratories %Zone or Grid Samples – Northwood laboratory
PDAs Accept Context-Free Languages
Reflection nurulquran.com.
Worksheets.
Feichter_DPG-SYKL03_Bild-01. Feichter_DPG-SYKL03_Bild-02.
Slide 1Fig 26-CO, p.795. Slide 2Fig 26-1, p.796 Slide 3Fig 26-2, p.797.
Sequential Logic Design
1 Copyright © 2013 Elsevier Inc. All rights reserved. Appendix 01.
1 Copyright © 2010, Elsevier Inc. All rights Reserved Fig 2.1 Chapter 2.
1 Copyright © 2013 Elsevier Inc. All rights reserved. Chapter 38.
Chapter 1 Image Slides Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
and 6.855J Spanning Tree Algorithms. 2 The Greedy Algorithm in Action
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Add Governors Discretionary (1G) Grants Chapter 6.
CALENDAR.
CHAPTER 18 The Ankle and Lower Leg
Year 6 mental test 10 second questions
Identifying money correctly 1
Learning to show the remainder
ZMQS ZMQS
The 5S numbers game..
突破信息检索壁垒 -SciFinder Scholar 介绍
A Fractional Order (Proportional and Derivative) Motion Controller Design for A Class of Second-order Systems Center for Self-Organizing Intelligent.
Break Time Remaining 10:00.
The basics for simulations
1 Heating and Cooling of Structure Observations by Thermo Imaging Camera during the Cardington Fire Test, January 16, 2003 Pašek J., Svoboda J., Wald.
ABC Technology Project
The Pecan Market How long will prices stay this high?? Brody Blain Vice – President.
Figure 3–1 Standard logic symbols for the inverter (ANSI/IEEE Std
TCCI Barometer March “Establishing a reliable tool for monitoring the financial, business and social activity in the Prefecture of Thessaloniki”
1 Prediction of electrical energy by photovoltaic devices in urban situations By. R.C. Ott July 2011.
15. Oktober Oktober Oktober 2012.
1 Breadth First Search s s Undiscovered Discovered Finished Queue: s Top of queue 2 1 Shortest path from s.
Progressive Aerobic Cardiovascular Endurance Run
Squares and Square Root WALK. Solve each problem REVIEW:
We are learning how to read the 24 hour clock
TCCI Barometer September “Establishing a reliable tool for monitoring the financial, business and social activity in the Prefecture of Thessaloniki”
OAA Spring 2010 Grade 8 Reading Item Analysis. Informational Text (IT) A 17% B 10% C 3% D 69% (*) Reading Process (RP) A 6% B 1% C 5% D 88% (*) Informational.
When you see… Find the zeros You think….
Before Between After.
Benjamin Banneker Charter Academy of Technology Making AYP Benjamin Banneker Charter Academy of Technology Making AYP.
2011 FRANKLIN COMMUNITY SURVEY YOUTH RISK BEHAVIOR GRADES 9-12 STUDENTS=332.
25 seconds left…...
2.10% more children born Die 0.2 years sooner Spend 95.53% less money on health care No class divide 60.84% less electricity 84.40% less oil.
Subtraction: Adding UP
: 3 00.
5 minutes.
Numeracy Resources for KS2
1 Non Deterministic Automata. 2 Alphabet = Nondeterministic Finite Accepter (NFA)
Week 1.
Weisburd, Lawton, Ready, Rudes, Cave, and Nelson Presented by Breanne Cave 1.
We will resume in: 25 Minutes.
Static Equilibrium; Elasticity and Fracture
Resistência dos Materiais, 5ª ed.
Clock will move after 1 minute
1 Unit 1 Kinematics Chapter 1 Day
Select a time to count down from the clock above
Murach’s OS/390 and z/OS JCLChapter 16, Slide 1 © 2002, Mike Murach & Associates, Inc.
1 Non Deterministic Automata. 2 Alphabet = Nondeterministic Finite Accepter (NFA)
Introduction Embedded Universal Tools and Online Features 2.
Schutzvermerk nach DIN 34 beachten 05/04/15 Seite 1 Training EPAM and CANopen Basic Solution: Password * * Level 1 Level 2 * Level 3 Password2 IP-Adr.
Trade off between Exploration and Exploitation in Satisficing Planning Fan Xie.
Presentation transcript:

Planning via Random Walk- Driven Local Search Fan Xie Hootan Nakhost Martin Müller Presented by: Hootan Nakhost

Outline Random Walks Planning Problems of Random Walks Random Walk-Driven Local Search Experiments Conclusion and Future Works

Arvand Planner [Nakhost and Müller 2009] Exploration using random walks to overcome the problem of local minima and plateaus. Jumping greedily exploits the knowledge gained by the random walks.

Aras: Plan Improving Postprocessor [Nakhost et al. 2011] Expand a neighbor search space along the input plan. Output the shortest path in the neighbor search space

Problems of Random Walks Fails in Narrow Exit Path Search Space (we will explain later) Poor Plan Quality

Narrow Exit Path Search Space Coverage(20) Arvand2.2 Lama18 Probe15 FDSS-218

Narrow Exit Path Search Space(2)

Plan Quality

Random Walk-Driven Local Search Local Greedy Best First search (local GBFS) Perform one random walk from the node going to be expanded Keep the best random walk (lowest h) Jump to the best state (in GBFS or end-point of random walk)

Random Walk-Driven Local Search For every node in the open list, it has two heuristic value: h n : the heuristic value of the node itself h r : the heuristic value of the end-point of the random walk starting from the node Nodes in the open list are ordered by a linear combination of h n and h r (W = 100 in our experiments) : W * h n + h r

Analysis of RW-LS Advantage: – A small local search can help escape some small Narrow-Exit-Path-Search-Space – Generally, generates better solutions Disadvantage: – Slow down speed

Domains Arvand-LS Arvand Roamer Probe LAMA LAMA FF FD-AT-2 FDSS-2 barman(20) elevators(20) floortile(20) nomystery(20) openstacks(20) parcprinter(20) parking(20) pegsol(20) scanalyzer(20) sokoban(20) tidybot(20) transport(20) visitall(20) woodworking(20) Total(280) Coverage Results of IPC-2011 Benchmark

Domains Arvand-LS Arvand Roamer Probe LAMA-2011 LAMA FF FD-AT-2 FDSS-2 barman(20) elevators(20) floortile(20) nomystery(20) openstacks(20) parcprinter(20) parking(20) , pegsol(20) scanalyzer(20) sokoban(20) tidybot(20) transport(20) visitall(20) woodworking(20) Total(280) Quality Results of IPC-2011 Benchmark

Larger Problems Easy domains with scalable generators are scaled to get larger problems: DomainsParameterMinMaxStep ElevatorNum of Passengers (60) OpenstacksNum of Products (250) Visit-AllGrid size (50)48862 Woodworkingnumber of parts(23) The number in parentheses are the max number used in the IPC-2011 benchmark

Coverage Results of Large Problems Domains Arvand-LS Arvand Roamer Probe LAMA2011 FD-AT-2 FDSS-2 FF LPG large-elevator(20) large-openstacks(20) large-visitall(20) large-woodworking(20) total(80)

Quality Results of Large Problems

Conclusion and Future Work Contribution: – RW-LS: A strong algorithm combining local search and random walks, implemented in the Planner Arvand-LS. – Motivated and Developed larger problems Future work: – Make it a global search algorithm – Make it one entry in a portfolio planner – Add multi-heuristic into the algorithm