Hi,
I'm doing a reinforcement learning project and I have two question.
1) I have a source that generates 5 types of people. I created a model parameter table for my observation space parameters. In it, I want to have five parameters that indicate how many people for each type there are in the queue. I tried to use a WIP by type in the dashboard and it works but I'm not able to insert those values into my observation table. Can anyone tell me how to do it or tell me other ways I could do it?
2) Next I want to change the pull strategy of my processor and I have to use the values saved in the observation table, is it possible to do it or is it better to save those values in a global table and access them from there? Whether it is possible to do it, how?
Thanks for the answers