Historique des commits

Auteur SHA1 Message Date
  saleml 162bab2fb5 add condition to RGBImgObsWrapper's signature il y a 2 ans
  saleml cf723609e4 use new gym api for rendering in RGBImgObsWrapper il y a 2 ans
  saleml e90cdf1be9 Fix ViewSizeWrapper that changed the observation space of the unwrapped env ! il y a 2 ans
  saleml cac13fa8ef Adapt to the new gym API where the seed is given to the reset function of the env (by calling super().reset()) il y a 2 ans
  saleml be59117fcf Fix ViewSizeWrapper whose observations didn't match its observation space il y a 2 ans
  saleml bde32a2cd2 Use the right setters for the wrapped env's observation_space (i.e. without modifying the unwrapped one's) il y a 2 ans
  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 il y a 2 ans
  Howard Huang 29f8a09735 Include all observations in wrapper (#181) (#182) il y a 3 ans
  Eduardo Pignatelli 6116191b15 Adding symbolic observation wrapper (#165) il y a 3 ans
  Maxime Chevalier-Boisvert 9a94b5ebb9 Update wrappers.py il y a 3 ans
  Maxime Chevalier-Boisvert b84d99a2fb In response to #96 il y a 5 ans
  Anders Thuesen 050ce008c8 Use correct shape for one hot encoding (#93) il y a 5 ans
  Maxime Chevalier-Boisvert 2f54e86cc0 Change based on #91 il y a 5 ans
  Maxime Chevalier-Boisvert 67bde16e38 Remove extra dimension in FlatObsWrapper. In response to #86. il y a 5 ans
  Aishwarya Dabhade af0ac22e1d Update wrappers.py (#85) il y a 5 ans
  Maxime Chevalier-Boisvert 573e5e77a2 Added command line option to see agent view. Fixed issues with wrappers. il y a 5 ans
  Maxime Chevalier-Boisvert 638d5d21d5 Added encode and decode methods to WorldObj il y a 5 ans
  Maxime Chevalier-Boisvert 0403f4dc00 Refactor observation wrappers for consistency il y a 5 ans
  Florin Gogianu 60d3df9039 Fix type of observation_space for wrappers. (#72) il y a 5 ans
  Maxime Chevalier-Boisvert ed4490d978 Fix bug in one-hot wrapper il y a 5 ans
  Maxime Chevalier-Boisvert 9c57465a0a Implemented one-hot observation wrapper il y a 5 ans
  Maxime Chevalier-Boisvert c22d75053d Added new wrapper to train from pixels il y a 5 ans
  Maxime Chevalier-Boisvert 0f3abab084 Added tile_size argument to RGBImgObsWrapper il y a 5 ans
  Maxime Chevalier-Boisvert 25c90ea097 Remove wrapper property copy hack. il y a 6 ans
  Maxime Chevalier-Boisvert 28f4554056 Update wrappers.py il y a 6 ans
  idigitopia ea721d955b RGB Image Observation Wrapper added. (#60) il y a 6 ans
  Maxime Chevalier-Boisvert 7f8efc3703 Implemented ReseedWrapper to control seeding of environments. il y a 6 ans
  Maxime Chevalier-Boisvert 43bc9bcb15 Update FullyObsWrapper il y a 6 ans
  Maxime Chevalier-Boisvert 09e330c76b Added object type for agent, changed FullyObsWrapper il y a 6 ans
  Maxime Chevalier-Boisvert 3e9171e182 Added basic tests for wrappers. Fixed issues. il y a 6 ans