浏览代码

Adjust docs main page gif size (#277)

Manuel Goulão 2 年之前
父节点
当前提交
d84588ff6e
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      docs/index.md

+ 4 - 3
docs/index.md

@@ -3,13 +3,14 @@ hide-toc: true
 firstpage:
 firstpage:
 lastpage:
 lastpage:
 ---
 ---
+
 ## Minigrid contains simple and easily configurable grid world environments to conduct Reinforcement Learning research. This library was previously known as gym-minigrid.
 ## Minigrid contains simple and easily configurable grid world environments to conduct Reinforcement Learning research. This library was previously known as gym-minigrid.
 
 
 
 
 ```{figure} ../figures/door-key-curriculum.gif
 ```{figure} ../figures/door-key-curriculum.gif
-   :alt: door_key_gif
-   :width: 500
-   :height: 500
+   :alt: door key environment gif
+   :width: 350
+   :height: 350
 ```
 ```
 
 
 This library contains a collection of 2D grid-world environments with goal-oriented tasks. The agent in these environments is a triangle-like agent with a discrete action space. The tasks involve solving different maze maps and interacting with different objects such as doors, keys, or boxes.  The design of the library is meant to be simple, fast, and easily customizable.
 This library contains a collection of 2D grid-world environments with goal-oriented tasks. The agent in these environments is a triangle-like agent with a discrete action space. The tasks involve solving different maze maps and interacting with different objects such as doors, keys, or boxes.  The design of the library is meant to be simple, fast, and easily customizable.