docs.unity3d.com
    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
    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023