docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum Match3ObservationType

    Type of observations to generate.

    Namespace: Unity.MLAgents.Integrations.Match3
    Assembly: Unity.ML-Agents.dll
    Syntax
    public enum Match3ObservationType

    Fields

    Name Description
    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.

    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)