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.

Question LSTM memory reset

Discussion in 'ML-Agents' started by Gibser, Mar 16, 2023.

  1. Gibser

    Gibser

    Joined:
    Dec 15, 2020
    Posts:
    9
    Hello, I would like to have some more information about the LSTM memory reset during training and during inference. I ask because I don't know if the memory is reset during inference after the end of an episode, and if not I would like to know how to do it.

    Thanks!