Historial de Commits

Autor SHA1 Mensaje Fecha
  saleml e3aac67a0a Seeding environments the right way during tests hace 2 años
  saleml bec1633024 move EmptyEnvWithExtraObs to empty.py so that it can be called the right way with gym.make hace 2 años
  saleml 4ffa851fd3 use new gym api for rendering hace 2 años
  saleml 3f3703355b add **kwargs to reset function hace 2 años
  saleml cac13fa8ef Adapt to the new gym API where the seed is given to the reset function of the env (by calling super().reset()) hace 2 años
  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 hace 2 años
  Howard Huang 29f8a09735 Include all observations in wrapper (#181) (#182) hace 3 años
  Maxime Chevalier-Boisvert cf9a3760ed Added test for obs wrappers hace 5 años
  Maxime Chevalier-Boisvert 7597413ee3 Minor tweak to run_tests.py output hace 5 años
  Maxime Chevalier-Boisvert e8ab55e309 Added test for RGBImgPartialObsWrapper hace 5 años
  Maxime Chevalier-Boisvert 9d1bc63bff Highlight visible cells in agent view hace 5 años
  Maxime Chevalier-Boisvert 0403f4dc00 Refactor observation wrappers for consistency hace 5 años
  Florin Gogianu 60d3df9039 Fix type of observation_space for wrappers. (#72) hace 5 años
  Maxime Chevalier-Boisvert 7f8efc3703 Implemented ReseedWrapper to control seeding of environments. hace 6 años
  Maxime Chevalier-Boisvert 3e9171e182 Added basic tests for wrappers. Fixed issues. hace 6 años
  Maxime Chevalier-Boisvert ffe4e553e0 Environments can now have different width & height hace 6 años
  Maxime Chevalier-Boisvert 232318e798 Rewrote broken env __str__ function. Added test. hace 6 años
  A. Baisero a6678d060d make observation image have different values for empty and unseen cells (#35) (#36) hace 6 años
  Maxime Chevalier-Boisvert 544efb237a Added test for FullyObsWrapper hace 6 años
  d3sm0 f1a2080a32 Classical env and wrappers (#6, #13, #22) (#24) hace 6 años
  Maxime Chevalier-Boisvert ed9c2e7f75 Minor fix to speed up tests hace 6 años
  Maxime Chevalier-Boisvert 342b3c96f1 Fixed bug in place_agent hace 7 años
  Maxime Chevalier-Boisvert 06676a4c74 Fixed issue with agent_sees introduced by visibility changes hace 7 años
  Maxime Chevalier-Boisvert ec9e19efe7 Renamed fields to match PEP8 convention hace 7 años
  Maxime Chevalier-Boisvert e84bba090e Added operator == definition for grids hace 7 años
  Maxime Chevalier-Boisvert 25fe4664fa Modified environments so they all produce observations in a dict hace 7 años
  Maxime Chevalier-Boisvert 4d84ecd45f Eliminated source of non-determinism hace 7 años
  Maxime Chevalier-Boisvert d7b381ce47 Added "in" operator for Grid objects hace 7 años
  Maxime Chevalier-Boisvert dcc9732274 Added env.agentSees(x, y) method hace 7 años
  Maxime Chevalier-Boisvert bb6dc6196e Added test hace 7 años