Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Feature Request Problems with initializing maps to collect map data for turn-based games

Discussion in 'ML-Agents' started by sthuacheng, Aug 28, 2023.

  1. sthuacheng

    sthuacheng

    Joined:
    Apr 19, 2018
    Posts:
    2
    If I have a map that consists of 1000 hexes, which includes the map index, terrain, altitude, and other data. Then I need to collect this data every turn in CollectObservations using BuffSensor. Because the map data is constant, and the map data may get even bigger in the future. So is there a way to collect the map data only once during initialization?
    If you know, what is the method?
    Thanks a lot guys!