Commit Verlauf

Autor SHA1 Nachricht Datum
  StringTheory 925419ffbf Rerun pre-commit vor 2 Jahren
  saleml 9a4e6c8ae9 Merge branch 'minigrid-no-warning' of https://github.com/saleml/gym-minigrid into minigrid-no-warning vor 2 Jahren
  saleml b8158c8710 remove extra space from Text spaces vor 2 Jahren
  saleml 0832a47bc1 backward compatibility for environment metadata vor 2 Jahren
  vicliv bbcdb696ad added kwargs to MiniGridEnv init vor 2 Jahren
  saleml 6ddaa9fc6e use the new gym Text space and official git repo in setup and yml file vor 2 Jahren
  saleml c8d0c353fb Add __eq__ method for StringGymSpace - Necessary to allow for Vectorized Environments in gym vor 2 Jahren
  saleml e782182d9b use the correct initialization for custom gym space vor 2 Jahren
  saleml e59132a6df fix render_mode and render's argument mode compatibility vor 2 Jahren
  saleml e90cdf1be9 Fix ViewSizeWrapper that changed the observation space of the unwrapped env ! vor 2 Jahren
  saleml 22b50565dd In the new gym api, reset takes two extra arguments. This removes some warnings. vor 2 Jahren
  saleml 6452908067 option to set rendering_mode when creating the environment with gym.make, as required by the new gym API vor 2 Jahren
  saleml fc1b718339 rename metadata keys as to match the gym API vor 2 Jahren
  saleml 13e97f86a1 fix bug with random.choice on a string vor 2 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 2 Jahren
  saleml 8404e37bdb gym's rng's randint is deprecated, and is replaced with `integers` vor 2 Jahren
  saleml c366eb2a0e Add a gym Space to handle textual observations, and update the environment obervation_space accordingly vor 2 Jahren
  Eduardo Pignatelli 6116191b15 Adding symbolic observation wrapper (#165) vor 3 Jahren
  Vladislav Kurenkov 6f5fe8588d Fix grid hashing (#142) vor 3 Jahren
  Wilka Carvalho b08fa6a058 fixes rendering (#128) vor 4 Jahren
  bion howard d3b1ea8df4 add env.close method (#100) vor 4 Jahren
  Maxime Chevalier-Boisvert b84d99a2fb In response to #96 vor 4 Jahren
  Xavier Bouthillier 1a29011da4 Add hashing to environment (#94) vor 5 Jahren
  Maxime Chevalier-Boisvert 15da67b9ee Fix floor tile rendering, issue #90 vor 5 Jahren
  Petr Kuderov 1e8b22e92b Fix mistyped variable name obj_type in WoldObj.decode method (#89) vor 5 Jahren
  Maxime Chevalier-Boisvert 9d1bc63bff Highlight visible cells in agent view vor 5 Jahren
  Maxime Chevalier-Boisvert eed64276b5 Implemented anti-aliasing to make it look prettier vor 5 Jahren
  Maxime Chevalier-Boisvert ff9583669b Create matplotlib window for human rendering mode vor 5 Jahren
  Maxime Chevalier-Boisvert 573e5e77a2 Added command line option to see agent view. Fixed issues with wrappers. vor 5 Jahren
  Maxime Chevalier-Boisvert 48bb96e238 Rendering lava vor 5 Jahren