提交歷史

作者 SHA1 備註 提交日期
  Maxime Chevalier-Boisvert c53358bf8f Fixed bug in environment string representation 6 年之前
  Maxime Chevalier-Boisvert b6ffc9ba38 Added colored floor tile the agent can walk over 6 年之前
  Maxime Chevalier-Boisvert e270e76ee5 Added object position tracking 6 年之前
  Lucas Willems ea6416989f Add `_rand_float` method (#10) 7 年之前
  Lucas Willems c125ca7998 Minimum reward when success is now 0.1 (#9) 7 年之前
  Maxime Chevalier-Boisvert c99822121e Added reward penalty based on number of time steps taken 7 年之前
  Maxime Chevalier-Boisvert 636226f90e Renamed wait action to done 7 年之前
  Maxime Chevalier-Boisvert 0ad70c61dd Added _rand_subset method to MiniGridEnv 7 年之前
  Maxime Chevalier-Boisvert 40f29632c2 Added ability to render observations at any resolution 7 年之前
  Maxime Chevalier-Boisvert 342b3c96f1 Fixed bug in place_agent 7 年之前
  Maxime Chevalier-Boisvert 5d88cb4376 Doors can now be closed back after they are opened 7 年之前
  Maxime Chevalier-Boisvert 4f4992265b Fixed issue wrt agent view size pointed out by Anirudh 7 年之前
  Maxime Chevalier-Boisvert 2190ce0b59 Full map correctly highlights cells visible to the agent 7 年之前
  Maxime Chevalier-Boisvert 6b513362e6 Added gen_obs_grid method which outputs visibility mask 7 年之前
  Maxime Chevalier-Boisvert a6ece826ce Removed old visibility code 7 年之前
  Maxime Chevalier-Boisvert 76b43b7534 Added DIR_TO_VEC array. Agent position is now a numpy array. 7 年之前
  Maxime Chevalier-Boisvert 146fd10741 Made reward_range the same for all environments, rewards are in [0, 1] 7 年之前
  Maxime Chevalier-Boisvert fe469bb1cc Added MiniGrid._rand_color method 7 年之前
  Maxime Chevalier-Boisvert 30c97ffc57 Added _rand_bool() method to MiniGrid 7 年之前
  Maxime Chevalier-Boisvert d562fb8f82 Fixup. Default random seed should be fixed, deterministic. 7 年之前
  Maxime Chevalier-Boisvert 9b585b9b51 Added seed argument to MiniGrid constructor, removed RoomGrid 7 年之前
  Maxime Chevalier-Boisvert 852476db7c Finished renaming MiniGrid methods for PEP8 conformance 7 年之前
  Maxime Chevalier-Boisvert bfd0f76513 Faster visibility algorithm. Method renamings. 7 年之前
  Maxime Chevalier-Boisvert 15e83a570a Made gen_obs a public method, renamed public methods. 7 年之前
  Maxime Chevalier-Boisvert 06676a4c74 Fixed issue with agent_sees introduced by visibility changes 7 年之前
  Maxime Chevalier-Boisvert 97e3182fcf Implemented raycasting so agent can't see through walls 7 年之前
  Maxime Chevalier-Boisvert ec9e19efe7 Renamed fields to match PEP8 convention 7 年之前
  Maxime Chevalier-Boisvert 03a5d5099b Added position filtering function for object placement 7 年之前
  Lucas Willems d210a56edd Merged `prettyencode`, `prettystring` and `__str__` Grid methods into one `__str__` MiniGridEnv method. 7 年之前
  Lucas Willems 063b2dda6c `prettyencode`, `prettystring` and `__str__` added to Grid. 7 年之前