Fix: Bibtex in README mixed between tabs & spaces

This commit is contained in:
Dominik Moritz Roth 2023-10-11 11:59:02 +02:00
parent 5f3c28e8f0
commit bc150f5a4d

View File

@ -193,7 +193,6 @@ class RawInterfaceWrapper(gym.Wrapper):
context/part of the first observation, the velocities are not necessary in the observation for the task. context/part of the first observation, the velocities are not necessary in the observation for the task.
Returns: Returns:
bool array representing the indices of the observations bool array representing the indices of the observations
""" """
return np.ones(self.env.observation_space.shape[0], dtype=bool) return np.ones(self.env.observation_space.shape[0], dtype=bool)