Daniel Ritchie
2008-10-25 18:22:04 UTC
Those "two things" you mentioned are actually one and the same. You want
to go about finding the distribution over ghost locations given some
observations. If you have this, you already have enough information to
find the probability that a ghost is at any given square on the grid--in
fact, the framework takes care of this for you.
to go about finding the distribution over ghost locations given some
observations. If you have this, you already have enough information to
find the probability that a ghost is at any given square on the grid--in
fact, the framework takes care of this for you.
Hello all,
Bouncing off the discussion from the previous thread, I'm also a bit confused
about what needs to be done for Question 1. It seems like the question asks for
two things (Posterior distribution over location of a ghost given observation
and probabilities over the grid that the ghost is in a given position) unless
I'm mixing something up which I feel like I most likely am. One of the biggest
things that seems to be throwing me off is if we know which positions the ghost
can possibly be in through getGhostTuples, doesn't that mean those are the only
positions we need to examine and change/update since the ghosts can only be
found there? But, this seems trivial so what am I missing? Any clarification
about this problem will be quite helpful.
- Alan Wong
Bouncing off the discussion from the previous thread, I'm also a bit confused
about what needs to be done for Question 1. It seems like the question asks for
two things (Posterior distribution over location of a ghost given observation
and probabilities over the grid that the ghost is in a given position) unless
I'm mixing something up which I feel like I most likely am. One of the biggest
things that seems to be throwing me off is if we know which positions the ghost
can possibly be in through getGhostTuples, doesn't that mean those are the only
positions we need to examine and change/update since the ghosts can only be
found there? But, this seems trivial so what am I missing? Any clarification
about this problem will be quite helpful.
- Alan Wong