Geçmişin Kaydedilmesi

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