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.

how do I manually call CollectObservations and AgentAction

Discussion in 'ML-Agents' started by xtc002007, Feb 24, 2020.

  1. xtc002007

    xtc002007

    Joined:
    Feb 14, 2018
    Posts:
    3
    hi,
    currently, when I add DecisionRequester script and call CollectObservations and AgentAction, they are called according to the frequency of FixedUpdate (). If I make a Turn-Based Strategy game, I want to be able to send CollectObservations and get AgentAction only after I press the button. Is this possible? What should I do?