Bakery1.fsm
In my model I have 2 robots. At the beginning both robots carry the boxes on the combiner at the bottom. Through reinforcement learning I want to train the second robot (the top one) to choose which combiner to deposit the boxes on. As you see, the combiner collects the boxes on a pallet: as soon as the boxes on a pallet become 10, the combiner passes the goods on the left queue. To use reinforcement learning, I would like to find a way to know instantly how many boxes are on the pallet on the combiner, waiting to be processed.