Тёмный
ICAPS
ICAPS
ICAPS
Подписаться
ICAPS 2024: Tutorial 5
1:34:26
4 месяца назад
ICAPS 2024: Tutorial 3
1:25:02
4 месяца назад
ICAPS 2024: Tutorial 2
2:32:37
4 месяца назад
ICAPS 2022: Tutorial on "CraftBots"
25:56
2 года назад
ICAPS 2020 Theme
2:36
3 года назад
ICAPS 2020 - The Blocks of Ipanema
1:53
3 года назад
Комментарии
@dlv_b
@dlv_b 4 месяца назад
Great talk and presentation!!!
@chouaibbenamar427
@chouaibbenamar427 4 месяца назад
great explanation
@abdulmuneer7683
@abdulmuneer7683 9 месяцев назад
Thanks❤
@robinranabhat3125
@robinranabhat3125 Год назад
51:00 Concrete Example of Hector's language based representation of policy 57:50 Concrete Example of Hector's Langague based representation of Sub-goal structures (intrinsic rewards)
@robinranabhat3125
@robinranabhat3125 Год назад
### Prerequisite : - Have basic understanding or FOL(take quick look on any website) - STRIPS www.sci.brooklyn.cuny.edu/~parsons/courses/3410-fall-2012/notes/lect07.pdf ### Atom A Minimal Non-Decomposable Fact . like "Mercy is a Cat" . also written as Cat(mercy). So, "Mercy is a Cat who likes butter" || Likes( Cat(mercy), Butter ). is not an atom. ### Classical Planning You have set of facts that describes the current state of world : Block A is on the table || OnTable(A) Similarly, OnTable(B) and OnTable(C) Suppose Goal State is : A, B ,C stacked on top of each other. And represented as : > OnTable(A), > OnTop(B,A) | B is on top of A > OnTop(C,B) Suppose there's a The Robot can do actions A like : 1. PutOnTop(x,y) >> Put x on top of y 2. Carrying(x) >> Carry object x CLASSICAL PLANNING ALGORITHMS are basically SEARCH algorithms that finds a "sequence of actions" that takes Current State of World to Goal State. IW is one such algorithm. ### Width of Problem For a given problem, the minimal number of actions that's required to reach from current state goal state is called WIDTH OF PROBLEM.
@刘本梦
@刘本梦 Год назад
Hello, I would like to do research on full coverage path planning, would you like to share the code? Help me
@WingMaster562
@WingMaster562 Год назад
10:08 "It's not that exciting" But, that's what I came here for. Boring stuff. The things that make it work. lmao
@Adityarm.08
@Adityarm.08 Год назад
Great work :) loved the intuitive explanation!
@snedunuri2946
@snedunuri2946 2 года назад
Slides are basically illegible
@keeperofthelight9681
@keeperofthelight9681 2 года назад
No idea
@babelrayan537
@babelrayan537 2 года назад
can you please share your source code ?
@gorbutt1709
@gorbutt1709 2 года назад
Great video!
@davidgolembiowski4275
@davidgolembiowski4275 3 года назад
I'm surprised the presentation immediately skips the A* Search evaluation. Was there a reason for advancing beyond the results?
@mostafatagmouti338
@mostafatagmouti338 3 года назад
hhow we can do that ?
@mohamedelamineathmani1637
@mohamedelamineathmani1637 3 года назад
Thank you for the great presentation
@fancynancylucille
@fancynancylucille 3 года назад
Once upon a time there was a street musician..................
@losupa7897
@losupa7897 3 года назад
Great video giving a high-level overview of a method of solving the Watchman Route Problem. Only thing I regret they didn't cover was a method to determine the optimal (at least somewhat optimal) starting route, which would allow a circuitous path if they used full TSP instead of the variation.
@Reckless15
@Reckless15 3 года назад
i dont even know what this is but its named after me
@Maric18
@Maric18 3 года назад
i cant believe that this is the only resource available on jps
@WingMaster562
@WingMaster562 Год назад
IKR. I really find it odd that for an efficient algorithm and suggested a lot in forums, it has really few resources for it. Aside the main paper, I can only find the introduction (which kept repeating things) by other people and one visualizer. I can't find a reliable pseudocode that I can understand. Nor a proper tutorial, just introductions.
@figfox2425
@figfox2425 4 месяца назад
if you have some questions, I did an implementation of the classic jps and the improved one.The hard part was the twikling bits i had to figure out. (and probably not as bright as what they did)
@weistrass
@weistrass 3 года назад
Philippe, your ppt is brilliant
@jvankooo
@jvankooo 3 года назад
Well Presented ! Thanks a lot
@aayamshrestha9084
@aayamshrestha9084 4 года назад
The plan is to keep on planning I suppose. :D
@НорипГореп
@НорипГореп 4 года назад
0:32 I will setup your blog and setup it to earn money w h a t s a p p +7 9 6 7 1 5 7 0 5 8 1
@vgfffggg4000
@vgfffggg4000 4 года назад
0:26 I will setup your blog and setup it to earn money w h a t s a p p +7 9 6 7 1 5 7 0 5 8 1
@vgfffggg4000
@vgfffggg4000 4 года назад
0:4 I will setup your blog and setup it to earn money w h a t s a p p +7 9 6 7 1 5 7 0 5 8 1
@ИсаГаджиев-з7м
@ИсаГаджиев-з7м 4 года назад
0:28 I will setup your blog and setup it to earn money w h a t s a p p +7 9 6 7 1 5 7 0 5 8 1
@daveoconnel8583
@daveoconnel8583 4 года назад
@Very_good Sorry I didn't get any notification of your reply. It's fine I would like to see d*-lite. I don't know why my reply is not showing probably the same reason why I missed yours I'm trying to write as new comment so hopefully you can see it.
@nasiruddin3235
@nasiruddin3235 4 года назад
Excellent Presentation ...
@ThefamousMrcroissant
@ThefamousMrcroissant 4 года назад
I implemented this algorithm for my bachelor thesis given the promise it would outperform D*-lite. It's a very intuitive concept for sure.
@daveoconnel8583
@daveoconnel8583 4 года назад
Hi can you please share the code?
@ThefamousMrcroissant
@ThefamousMrcroissant 4 года назад
@@daveoconnel8583 Absolutely will my man. It's written in C, I've exported it as shared object to use in Python. The implementation is not pure MPAA*, but rather D*-lite using the MPAA* optimization. Before I share I'd like to fix a few things if you don't mind. If you give me an email I'll send it over.
@daveoconnel8583
@daveoconnel8583 4 года назад
@@ThefamousMrcroissant Cool thanks for that and sure take your time. Please send it here: daveoconnel9@gmail.com
@ThefamousMrcroissant
@ThefamousMrcroissant 4 года назад
@@daveoconnel8583 Will do. Probably send it over somewhere around the beginning of next week.
@daveoconnel8583
@daveoconnel8583 4 года назад
@@ThefamousMrcroissant Grand :) will be waiting for it
@nasiruddin3235
@nasiruddin3235 4 года назад
Hello Sir,,, I need your side ...May I get it ? Email: nasir93cse@gmail.com
@juliuskipkorir6080
@juliuskipkorir6080 4 года назад
how can i obtain the video or clip used to show the solved parking car lot
@ICAPSConference
@ICAPSConference 4 года назад
Please contact the authors directly. You find their email address on the paper (www.aaai.org/ocs/index.php/ICAPS/ICAPS17/paper/download/15586/15126).
@WahranRai
@WahranRai 5 лет назад
Audio not good !!!
@orguru
@orguru 5 лет назад
Nice, wonderful tutorial
@aa5new
@aa5new 6 лет назад
Conditional plans can be implemented as linked list. The IPL-V programming language was invented for the purpose of List processing. This is equal to self-modifying code.
@JAShin-iz8jv
@JAShin-iz8jv 6 лет назад
Hi, where can I find the tutorial slides? the tutorial slides linked on your web site is not working. Thanks in advance.
@ICAPSConference
@ICAPSConference 6 лет назад
The slides are available from icaps17.icaps-conference.org/tutorials/T1-Planning-for-Robotics.pdf
@Murligopalan
@Murligopalan 6 лет назад
Very impressive
@subhascse
@subhascse 6 лет назад
very nice basic explanation.
@nahian4861
@nahian4861 7 лет назад
great....job
@WahranRai
@WahranRai 8 лет назад
Do you have CSP example related to colony and occupation
@Egzvorg
@Egzvorg 9 лет назад
and what about uniform-cost graphs, which cannot be represented as grid?
@rahpuser
@rahpuser 8 лет назад
+Егор Зворыкин Did you mean "non-uniform cost" ?
@Egzvorg
@Egzvorg 8 лет назад
rahpuser no
@rahpuser
@rahpuser 8 лет назад
Егор Зворыкин Grid are represented as uniform graphs, what do you mean by uniform graphs that cannot be represented as grid ?
@Egzvorg
@Egzvorg 8 лет назад
rahpuser any other graph with uniform cost for example {3, 2, 2, 3}.
@Egzvorg
@Egzvorg 8 лет назад
rahpuser well, never mind, I don't even remember why I was asking this.
@ICAPSConference
@ICAPSConference 10 лет назад
The ICAPS Three at the ICAPS 2014 conference banquet!