docs.unity3d.com
    Show / Hide Table of Contents

    Enum Match3ObservationType

    Type of observations to generate.

    Namespace: Unity.MLAgents.Integrations.Match3
    Syntax
    public enum Match3ObservationType

    Fields

    Name Description Value
    CompressedVisual

    Generate a one-hot encoding of the cell type for each cell on the board, but arranged as a Rows x Columns visual observation. If there are special types, these will also be one-hot encoded. During training, these will be sent as a concatenated series of PNG images, with 3 channels per image.

    UncompressedVisual

    Generate a one-hot encoding of the cell type for each cell on the board, but arranged as a Rows x Columns visual observation. If there are special types, these will also be one-hot encoded.

    Vector

    Generate a one-hot encoding of the cell type for each cell on the board. If there are special types, these will also be one-hot encoded.

    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