Commit History

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