瀏覽代碼

Updated README

Maxime Chevalier-Boisvert 7 年之前
父節點
當前提交
db58e09390
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -1,6 +1,9 @@
 # Minimalistic Grid World Environment (MiniGrid)
 
-Simple and minimailistic grid world environment for OpenAI Gym.
+There are other grid world Gym environments out there, but this one is
+designed to be especially simple, lightweight and fast. The code has very few
+dependencies, loads no external sprites/textures, and can run at up to 5800
+FPS on my quad-core i7 laptop.
 
 ## Installation