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’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Resolved State & Observation

Discussion in 'ML-Agents' started by mateolopezareal, Jun 16, 2020.

  1. mateolopezareal

    mateolopezareal

    Joined:
    Jun 4, 2020
    Posts:
    54
    What is exactly a state, people define it as "Every scenario the Agent encounters in the Environment" but also as "The information used to determine what happens next". In these cases, the state is the same as the observation of an agent in ml agents?
     
  2. andrzej_

    andrzej_

    Joined:
    Dec 2, 2016
    Posts:
    81
    State is all the observations an agent receives from the environment. In context of reinforcement learning that is the information that is used to determine an action. Those sentences don't contradict each other, although it might be slightly misleading.
     
    mateolopezareal likes this.