docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IHeuristicProvider

    Interface that allows objects to fill out an ActionBuffers data structure for controlling behavior of Agents or Actuators.

    Namespace: Unity.MLAgents.Actuators
    Assembly: Unity.ML-Agents.dll
    Syntax
    public interface IHeuristicProvider

    Methods

    Heuristic(in ActionBuffers)

    Method called on objects which are expected to fill out the ActionBuffers data structure. Object that implement this interface should be careful to be consistent in the placement of their actions in the ActionBuffers data structure.

    Declaration
    void Heuristic(in ActionBuffers actionBuffersOut)
    Parameters
    Type Name Description
    ActionBuffers actionBuffersOut

    The ActionBuffers data structure to be filled by the object implementing this interface.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)