Historial de Commits

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