#ML Agent Unity Course method OnActionReceived

1 messages · Page 1 of 1 (latest)

lyric bloom
#

Hi, friends I am doing a Unity ML agent course in Unity Learn and I came across a method in which the parameter is float[] but I don’t get the same function with the float[] parameter instead there is a method with parameter ActionBuffers. So how can I use this parameter to continue with the course?

public override void OnActionReceived(ActionBuffers actions)

Public override void OnActionReceived(float[] vectorAction)