Историја ревизија

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