sequencing reinforcement learning.fsm
Hello!
After queue6 in my model, there are 4 processors that are able to process all 4 different items, but each of them "specializes" in processing one item type faster than all the others (eg. processor 1 processes all items, but processes item type 1 the fastest as compared to all other processors). I am trying to use reinforcement learning to train queue6 which processor to send the item to such that the process time of a batch (one of each item, for example) is as short as possible. How do I do this? Below is a snapshot of my model for reference.