It would be very helpful for my own debugging to be able to see a table with all the possible worlds, their probabilities, and their utilities. Those worlds are enumerated explicitly in inference.py, and probabilities and utilities computed there also. Would be great to color them according to the value of intervention_node, in order to see which probabilities and utilities are contributing to which conditional expectations for the final argmax. That argmax is this one.
It would be very helpful for my own debugging to be able to see a table with all the possible worlds, their probabilities, and their utilities. Those worlds are enumerated explicitly in inference.py, and probabilities and utilities computed there also. Would be great to color them according to the value of intervention_node, in order to see which probabilities and utilities are contributing to which conditional expectations for the final argmax. That argmax is this one.
Done, keep em coming.