You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edward Junprung edited this page Sep 20, 2022
·
2 revisions
An observation space provides information about the current state of the environment. For example, if you were monitoring the state of a drone in flight, you might track its speed, acceleration, altitude, x-y coordinates and remaining battery life.
There are many ways to construct your observation space in AnyLogic. Below is a simple case for the purpose of demonstration.
Step 1
Open the Pathmind Helper properties and locate the "Observations" field.
This should output an array that looks something like: [0.0, 0.0, 0.0, 0.0]. The values 0.0 are just placeholders; in actuality, they will contain varied values from your observations.
Finally, you can audit your observations by following the instructions here.