dreamer icon indicating copy to clipboard operation
dreamer copied to clipboard

Fix wrappers bug

Open mohith-sakthivel opened this issue 5 years ago • 0 comments

Minor bugs:

  • gym.spaces.Box instance requires shape to be provided or to be inferred from the shapes of low or high. Since both low and high are scalars here, shape argument is required.
  • obs dtype is converted in the method step and not in the method reset

mohith-sakthivel avatar Oct 14 '20 04:10 mohith-sakthivel