Historique des commits

Auteur SHA1 Message Date
  Maxime Chevalier-Boisvert d5d117bb78 Added goal_pos variable to MultiRoomEnv il y a 7 ans
  Maxime Chevalier-Boisvert 146fd10741 Made reward_range the same for all environments, rewards are in [0, 1] il y a 7 ans
  Maxime Chevalier-Boisvert fe469bb1cc Added MiniGrid._rand_color method il y a 7 ans
  Maxime Chevalier-Boisvert 30c97ffc57 Added _rand_bool() method to MiniGrid il y a 7 ans
  Maxime Chevalier-Boisvert d562fb8f82 Fixup. Default random seed should be fixed, deterministic. il y a 7 ans
  Maxime Chevalier-Boisvert 9b585b9b51 Added seed argument to MiniGrid constructor, removed RoomGrid il y a 7 ans
  Maxime Chevalier-Boisvert da1e2c5c5e Increased max_steps on Empty & DoorKey envs il y a 7 ans
  Maxime Chevalier-Boisvert 852476db7c Finished renaming MiniGrid methods for PEP8 conformance il y a 7 ans
  Maxime Chevalier-Boisvert bfd0f76513 Faster visibility algorithm. Method renamings. il y a 7 ans
  Maxime Chevalier-Boisvert 15e83a570a Made gen_obs a public method, renamed public methods. il y a 7 ans
  Maxime Chevalier-Boisvert 06676a4c74 Fixed issue with agent_sees introduced by visibility changes il y a 7 ans
  Maxime Chevalier-Boisvert 97e3182fcf Implemented raycasting so agent can't see through walls il y a 7 ans
  Maxime Chevalier-Boisvert ec9e19efe7 Renamed fields to match PEP8 convention il y a 7 ans
  Maxime Chevalier-Boisvert 03a5d5099b Added position filtering function for object placement il y a 7 ans
  Maxime Chevalier-Boisvert 0a9d6d8631 Enabling Travis automated tests il y a 7 ans
  Maxime Chevalier-Boisvert 977b25acfc Merge pull request #4 from lcswillems/master il y a 7 ans
  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 44dedaeb16 Added max_steps parameter to RoomGrid environment 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
  Maxime Chevalier-Boisvert 2abfef3b02 Removed FourRooomQA environment il y a 7 ans
  Maxime Chevalier-Boisvert 2f34df4e42 Randomized door positions in RoomGrid il y a 7 ans
  Maxime Chevalier-Boisvert 2b9f8f57fd Merge pull request #3 from lcswillems/master 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 54012927de Added support for locked doors in RoomGrid 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