Note that the agent should rewrite its memory with a distribution, not just a list of tuples—e.g. {(1 1): 1⁄36, (2 1): 2⁄36, …}. That way the “posterior” distribution on the sum will match the prior distribution on the sum.
That said, this is basically correct. It matches the answer(s) I got, and is more elegant.
Yeah. I guess I was assuming that the agent knows the list of tuples and also knows that they came from the procedure I described; the distribution follows from that :-)
Note that the agent should rewrite its memory with a distribution, not just a list of tuples—e.g. {(1 1): 1⁄36, (2 1): 2⁄36, …}. That way the “posterior” distribution on the sum will match the prior distribution on the sum.
That said, this is basically correct. It matches the answer(s) I got, and is more elegant.
Yeah. I guess I was assuming that the agent knows the list of tuples and also knows that they came from the procedure I described; the distribution follows from that :-)