소스 검색

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:
 lastpage:
 ---
+
 ## 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
-   :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.