When sampling from the observation space, e.g. via env.observation_space[building].sample()
, which of the following is occurring:
- uniformly sample from the range of possible values for each feature
- sample entire records from real historical observations
- something else!
Thanks for your time.