Added: 4 months ago
From: knowitvideos
Views: 2,484
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (14)

Sign In or Sign Up now to post a comment!
  • 160K people enrolled the course. Homework 1, task 7 has 1300+ views. What the effing lazy people! 

  • Guy the teachers would have thought of issues if it was not enough.

    Thanks great learning.

  • Thank you for the first week. I really enjoyed it. \:D/

  • Clarifications:

    Diagonal moves are NOT allowed.

    Assume a1 is already expanded.

    The cost of moving from one box to another (path cost) is 1 everywhere.

    Use <= for the definition of admissible.

  • I'm having difficulty in understanding this problem. My comprehension of the lesson did not allow me to carry the concept of A * from search trees for this problem with grids. I think I'd need more examples of A* and admissibility of heuristics to be capable of understand and resolve the problem.

  • just 500 views , i thought there will be atleast 10,000 or even more as each person submitting the hw may see the video more than once to check himself

  • lawl. You should probably turn off comment in case some troll decides to post the answers.

  • @progenitor00 Out of 700 odd views, less than 10 people posted comments here. Fat chance that there will be many comments ever, even less posted answers.

  • The first node to expand (a2 or b1) would imply that we cannot go diagonally.

  • Also, we don't NEED to know the heuristic function to see if it is admissible or not, just its value on each node, and that's exactly what we have here. Of course also need to know what's the real cost to move between the nodes, and again, I think it's safe to assume that for every move costs 1.

  • Does it really matter if it can move diagonally? The only difference would be that there would have more than one point with the same value of the cost plus heuristic function, and so we would have to set a way to choose between the nodes. This way there would be a set of different acceptable (correct) answers.

    I guess the safest way is to assume it can only move vertically and horizontally, since there would be just only one correct answer.

  • As others have said, we're not given all of the information. Can we move diagonally? If we go by your previous videos and by the AI: A Modern Approach book, these examples are laid out like a number puzzle with only up, down, left, and right moves.

    Also, you did not write out a heuristic function, but rather the resulting moves, so how are we to know if the heuristic function is admissible? We can't see the function, only the results. And there are multiple ways to reach those results.

  • What's the actual cost function? Seems like move from a1 to b1 is 1. But can you move from a1 to b2 as 1 or is it two? The answer depends on that.

  • @bricenn I wholeheartedly agree. We're not given all the information.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more