提交历史

作者 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 年之前