Commit History

Автор SHA1 Съобщение Дата
  saleml fbb8efa6b4 merging commit преди 2 години
  saleml 71d38fa37d Merge branch 'master' into newstep преди 2 години
  saleml 1ce76678e1 PEP8 changes преди 2 години
  saleml 5c241a8a15 use new_step API, and solve some pylance errors преди 2 години
  Rodrigo Perez-Vicente 1d4b596c34 fix rendering преди 2 години
  Rodrigo Perez-Vicente 1b44dcc7d7 error door state encoding преди 2 години
  Rodrigo Perez-Vicente 36e05852a8 np.ndarray agent_pos type annotation преди 2 години
  Rodrigo Perez-Vicente 8c879a1fa2 fix rebase pre-commit преди 2 години
  Rodrigo Perez-Vicente 7ef159eb62 type hint minigridenv init преди 2 години
  Rodrigo Perez-Vicente 3aab399ab1 Add pyright to pre-commit преди 2 години
  StringTheory 925419ffbf Rerun pre-commit преди 2 години
  saleml 9a4e6c8ae9 Merge branch 'minigrid-no-warning' of https://github.com/saleml/gym-minigrid into minigrid-no-warning преди 2 години
  saleml b8158c8710 remove extra space from Text spaces преди 2 години
  saleml 0832a47bc1 backward compatibility for environment metadata преди 2 години
  vicliv bbcdb696ad added kwargs to MiniGridEnv init преди 2 години
  saleml 6ddaa9fc6e use the new gym Text space and official git repo in setup and yml file преди 2 години
  saleml c8d0c353fb Add __eq__ method for StringGymSpace - Necessary to allow for Vectorized Environments in gym преди 2 години
  saleml e782182d9b use the correct initialization for custom gym space преди 2 години
  saleml e59132a6df fix render_mode and render's argument mode compatibility преди 2 години
  saleml e90cdf1be9 Fix ViewSizeWrapper that changed the observation space of the unwrapped env ! преди 2 години
  saleml 22b50565dd In the new gym api, reset takes two extra arguments. This removes some warnings. преди 2 години
  saleml 6452908067 option to set rendering_mode when creating the environment with gym.make, as required by the new gym API преди 2 години
  saleml fc1b718339 rename metadata keys as to match the gym API преди 2 години
  saleml 13e97f86a1 fix bug with random.choice on a string преди 2 години
  saleml cac13fa8ef Adapt to the new gym API where the seed is given to the reset function of the env (by calling super().reset()) преди 2 години
  saleml 8404e37bdb gym's rng's randint is deprecated, and is replaced with `integers` преди 2 години
  saleml c366eb2a0e Add a gym Space to handle textual observations, and update the environment obervation_space accordingly преди 2 години
  Eduardo Pignatelli 6116191b15 Adding symbolic observation wrapper (#165) преди 3 години
  Vladislav Kurenkov 6f5fe8588d Fix grid hashing (#142) преди 3 години
  Wilka Carvalho b08fa6a058 fixes rendering (#128) преди 4 години