Run the following commands to install required graph representation and interactive graph visualization packages
pip install python-igraph
pip install pyvis
You would also need to install pygame
for the kitchen simulation using this command
pip install pygame==1.9.2
The belief propagation implementation draws heavily from Aleksei Krasikov's Belief Propagation tutorial: https://krashkov.com/belief-propagation/
A demo of BP-PAI used to plan for a coffee-making task.
A version based on Kitchen2D with smoother animations.
python src/test_planning.py