I'm playing around with mlagents for the first time, and had a question about the way observations work. The screenshot is how I implemented adding observations, and I'm curious if its the better, worse, or the same as just adding an observation for each individual value.
Theres no errors or anything, I just want to know if I should put all the related data in an array before feeding it in like I did, or if it doesnt matter. The program does this for up to 30 different objects, so a total of 90 observations
any help or advice is appreciated (specifically about how observations work with ml agents)