social_learning.DumbAgent.getRotationAndVelocity C# (CSharp) 메소드

getRotationAndVelocity() 보호된 메소드

protected getRotationAndVelocity ( double sensors ) : float[]
sensors double
리턴 float[]
        protected override float[] getRotationAndVelocity(double[] sensors)
        {
            return new float[] { (float)random.Next(45) - 20f, (float)random.Next(2) };
        }