I want observe bool value in AddVectorObs...
but i don't know how.
is there other function for observe bool values?
this is my values
public bool target1_eaten = false;
public bool target2_eaten = false;
public bool target3_eaten = false;
I want my AI-learning observe those values.. help me plz