ICAPS 2024: Tutorial 5
1:34:26
6 ай бұрын
ICAPS 2024: Tutorial 3
1:25:02
6 ай бұрын
ICAPS 2024: Tutorial 2
2:32:37
6 ай бұрын
ICAPS 2022: Tutorial on "CraftBots"
25:56
ICAPS 2020 Theme
2:36
4 жыл бұрын
ICAPS 2020 - The Blocks of Ipanema
1:53
Пікірлер
@dlv_b
@dlv_b 6 ай бұрын
Great talk and presentation!!!
@chouaibbenamar427
@chouaibbenamar427 7 ай бұрын
great explanation
@abdulmuneer7683
@abdulmuneer7683 11 ай бұрын
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 2 жыл бұрын
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 2 жыл бұрын
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 3 жыл бұрын
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 4 жыл бұрын
i cant believe that this is the only resource available on jps
@WingMaster562
@WingMaster562 2 жыл бұрын
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 7 ай бұрын
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 4 жыл бұрын
Philippe, your ppt is brilliant
@jvankooo
@jvankooo 4 жыл бұрын
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: [email protected]
@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: [email protected]
@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!