DistractiveEnv.reset#
- DistractiveEnv.reset(**kwargs) tuple[ndarray, dict]#
Reset the environment to an initial internal state.
See also
The method calls the parent method from the Gymnasium environment class.
- Returns:
observation (np.ndarray) – Observation of the initial state.
info (dict) – Auxiliary information about the internal state.