I tried adding an observation into the CollectObservationBodyPart function of the WalkerAgent demo by duplicating the GroundContact.cs file and checking for tags labeled ‘block’ instead.
After adding in this line and adding 16 (one for each bodypart) to the Vector Observation ‘Space Size’ I cannot run my training and am instead receiving an ‘ValueError: setting an array element with a sequence.’
Any suggestions here / what checklist should I be going through when I add new observations?
EDIT: Fixed this, cause was that one of my agents had a different set space size than the rest as I had edited it independently of the other prefabs.