Historique des commits

Auteur SHA1 Message Date
  Lucas Willems d210a56edd Merged `prettyencode`, `prettystring` and `__str__` Grid methods into one `__str__` MiniGridEnv method. il y a 7 ans
  Lucas Willems 063b2dda6c `prettyencode`, `prettystring` and `__str__` added to Grid. il y a 7 ans
  Maxime Chevalier-Boisvert e84bba090e Added operator == definition for grids il y a 7 ans
  Maxime Chevalier-Boisvert fe1dfc2231 Added direction/compass to observation il y a 7 ans
  Maxime Chevalier-Boisvert 63289b521c Split toggle into pickup/drop/toggle actions il y a 7 ans
  Lucas Willems 92922b13f7 Fixed bugs with `Goal` `overlap` method. il y a 7 ans
  Lucas Willems f09b7944dd `goal` can now overlap. il y a 7 ans
  Maxime Chevalier-Boisvert 257b4d4078 Modifications to RoomGrid for level generation in Baby AI il y a 7 ans
  Maxime Chevalier-Boisvert 3c52268b00 Progress on RoomGrid-v0 env il y a 7 ans
  Maxime Chevalier-Boisvert 340c03a446 Cleaned up and simplified _genGrid functions il y a 7 ans
  Maxime Chevalier-Boisvert e5f35ea056 Randomized agent position in playground environment il y a 7 ans
  Maxime Chevalier-Boisvert 1e5d26e4c0 Fixed issue with environment seeding il y a 7 ans
  Maxime Chevalier-Boisvert c4049b13ed Added Playground-v0 environment for experiments 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 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 50bd721381 Removed inaccurate comment il y a 7 ans
  Maxime Chevalier-Boisvert 114caa944a Fixes based on changes in OpenAI Gym 0.9.6 il y a 7 ans
  Maxime Chevalier-Boisvert 99f583af9e Completed LockedRoom environment il y a 7 ans
  Maxime Chevalier-Boisvert 87a0befdbf Added ability to drop/put down objects. Started work on PutNear env. il y a 7 ans
  Maxime Chevalier-Boisvert 5fd284ff88 Minor refactoring for environment creation process il y a 7 ans
  Maxime Chevalier-Boisvert f2dd5adfc3 Added color names list to minigrid.py 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 116bfb2d4b Completed implementation of goto env il y a 7 ans
  Maxime Chevalier-Boisvert c080bf08d8 Added _randPos utility function il y a 7 ans
  Maxime Chevalier-Boisvert 25cc3b5253 Made it so agent can see what it is carrying in observations il y a 7 ans
  Maxime Chevalier-Boisvert 63d3d94699 Implemented box object type il y a 7 ans
  Maxime Chevalier-Boisvert 8af443c879 Added action enumeration, started work on QA environment il y a 7 ans
  Maxime Chevalier-Boisvert 127eef302c Generate new random grid for each new episode by default il y a 7 ans
  Maxime Chevalier-Boisvert ac82d2550d Minor refactoring, moved minigrid.py il y a 7 ans