Historique des commits

Auteur SHA1 Message Date
  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 3 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 3 ans
  Howard Huang 29f8a09735 Include all observations in wrapper (#181) (#182) il y a 3 ans
  Maxime Chevalier-Boisvert cf9a3760ed Added test for obs wrappers il y a 5 ans
  Maxime Chevalier-Boisvert 7597413ee3 Minor tweak to run_tests.py output il y a 5 ans
  Maxime Chevalier-Boisvert e8ab55e309 Added test for RGBImgPartialObsWrapper il y a 5 ans
  Maxime Chevalier-Boisvert 9d1bc63bff Highlight visible cells in agent view il y a 5 ans
  Maxime Chevalier-Boisvert 0403f4dc00 Refactor observation wrappers for consistency il y a 6 ans
  Florin Gogianu 60d3df9039 Fix type of observation_space for wrappers. (#72) il y a 6 ans
  Maxime Chevalier-Boisvert 7f8efc3703 Implemented ReseedWrapper to control seeding of environments. il y a 6 ans
  Maxime Chevalier-Boisvert 3e9171e182 Added basic tests for wrappers. Fixed issues. il y a 6 ans
  Maxime Chevalier-Boisvert ffe4e553e0 Environments can now have different width & height il y a 6 ans
  Maxime Chevalier-Boisvert 232318e798 Rewrote broken env __str__ function. Added test. il y a 6 ans
  A. Baisero a6678d060d make observation image have different values for empty and unseen cells (#35) (#36) il y a 6 ans
  Maxime Chevalier-Boisvert 544efb237a Added test for FullyObsWrapper il y a 6 ans
  d3sm0 f1a2080a32 Classical env and wrappers (#6, #13, #22) (#24) il y a 7 ans
  Maxime Chevalier-Boisvert ed9c2e7f75 Minor fix to speed up tests il y a 7 ans
  Maxime Chevalier-Boisvert 342b3c96f1 Fixed bug in place_agent il y a 7 ans
  Maxime Chevalier-Boisvert 06676a4c74 Fixed issue with agent_sees introduced by visibility changes il y a 7 ans
  Maxime Chevalier-Boisvert ec9e19efe7 Renamed fields to match PEP8 convention il y a 7 ans
  Maxime Chevalier-Boisvert e84bba090e Added operator == definition for grids il y a 7 ans
  Maxime Chevalier-Boisvert 25fe4664fa Modified environments so they all produce observations in a dict il y a 7 ans
  Maxime Chevalier-Boisvert 4d84ecd45f Eliminated source of non-determinism il y a 7 ans
  Maxime Chevalier-Boisvert d7b381ce47 Added "in" operator for Grid objects il y a 7 ans
  Maxime Chevalier-Boisvert dcc9732274 Added env.agentSees(x, y) method il y a 7 ans
  Maxime Chevalier-Boisvert bb6dc6196e Added test il y a 7 ans
  Maxime Chevalier-Boisvert c4257fd34c Minor change il y a 7 ans
  Maxime Chevalier-Boisvert 28df92e70d Fixed issues with run_tests.py, grid encode/decode il y a 7 ans
  Maxime Chevalier-Boisvert a05dd9456f Split out simple_envs.py il y a 7 ans
  Maxime Chevalier-Boisvert 95448c1ebd Added check in run_tests.py il y a 7 ans