Commit Verlauf

Autor SHA1 Nachricht Datum
  saleml 8d6a3470f2 temporary change of setup.py and .travis.yml to account for gym's current bugs vor 3 Jahren
  saleml e3aac67a0a Seeding environments the right way during tests vor 3 Jahren
  saleml 162bab2fb5 add condition to RGBImgObsWrapper's signature vor 3 Jahren
  saleml bec1633024 move EmptyEnvWithExtraObs to empty.py so that it can be called the right way with gym.make vor 3 Jahren
  saleml 857b6ac885 update setup and travis.yml vor 3 Jahren
  saleml 1dfbe380ab add kwargs to init methods of SimpleCrossing Environments vor 3 Jahren
  saleml cf723609e4 use new gym api for rendering in RGBImgObsWrapper vor 3 Jahren
  saleml 4ffa851fd3 use new gym api for rendering vor 3 Jahren
  saleml 3f3703355b add **kwargs to reset function vor 3 Jahren
  saleml e59132a6df fix render_mode and render's argument mode compatibility vor 3 Jahren
  saleml e90cdf1be9 Fix ViewSizeWrapper that changed the observation space of the unwrapped env ! vor 3 Jahren
  saleml a17d3ca3bf matplotlib set_window_title is deprecated vor 3 Jahren
  saleml 8ccd07a1ec use the new render mode api vor 3 Jahren
  saleml 3505bee528 adopt new render_mode to benchmark.py vor 3 Jahren
  saleml 22b50565dd In the new gym api, reset takes two extra arguments. This removes some warnings. vor 3 Jahren
  saleml 6452908067 option to set rendering_mode when creating the environment with gym.make, as required by the new gym API vor 3 Jahren
  saleml fc1b718339 rename metadata keys as to match the gym API vor 3 Jahren
  saleml 13e97f86a1 fix bug with random.choice on a string vor 3 Jahren
  saleml cac13fa8ef Adapt to the new gym API where the seed is given to the reset function of the env (by calling super().reset()) vor 3 Jahren
  saleml 8404e37bdb gym's rng's randint is deprecated, and is replaced with `integers` vor 3 Jahren
  saleml be59117fcf Fix ViewSizeWrapper whose observations didn't match its observation space vor 3 Jahren
  saleml bde32a2cd2 Use the right setters for the wrapped env's observation_space (i.e. without modifying the unwrapped one's) vor 3 Jahren
  saleml ce22f87a27 add **kwargs to __init__ functions of all classes inhertting from MiniGridEnv, in order to be able to use gym.make the right way vor 3 Jahren
  saleml 56cc2baa25 New wrapper: Use MultiDiscrete gym space to represent textual observation. This allow for smooth usage with RL libraries that require observations to be portable to torch vor 3 Jahren
  saleml c366eb2a0e Add a gym Space to handle textual observations, and update the environment obervation_space accordingly vor 3 Jahren
  saleml 0df8a0e56a lower-case upper-cased mission vor 3 Jahren
  saleml 5ea1a48883 fix setup.py vor 3 Jahren
  Jordan Terry 4c110a445d Update setup.py vor 3 Jahren
  Howard Huang 29f8a09735 Include all observations in wrapper (#181) (#182) vor 3 Jahren
  Harry Zhao b39223c903 Update README.md (#180) vor 3 Jahren