I'm building a Reinforcement Learning model that has its observations based on the content of the available racks.
So far I found the following script to reference the number of items in the rack:
Model.find("Rack1").subnodes.length
That command provides me only the overall quantity of items. I want to have this informations separated by its Type, an Item Label, in a command. Is that a way to do that?
Parameter Table with the Parameters that references the rack content.