HugeFighter
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ model-index:
|
|
30 |
|
31 |
- How to create the FrozenLake environment?
|
32 |
- ```gym.make("FrozenLake-v1", desc=None, map_name="4x4", is_slippery=True, render_mode="rgb_array")```
|
33 |
-
- `desc=None` specify non-predetermined maps, `map_name` will be used. You can also specify custom map like ```desc = ["SFFH", "HFHF", "FFHF", "HFFG"]```. If both are None, random `8x8
|
34 |
|
35 |
## Usage
|
36 |
|
|
|
30 |
|
31 |
- How to create the FrozenLake environment?
|
32 |
- ```gym.make("FrozenLake-v1", desc=None, map_name="4x4", is_slippery=True, render_mode="rgb_array")```
|
33 |
+
- `desc=None` specify non-predetermined maps, `map_name` will be used. You can also specify custom map like ```desc = ["SFFH", "HFHF", "FFHF", "HFFG"]```. If both are None, random `8x8` map with `80%` of locations frozen will be generated.
|
34 |
|
35 |
## Usage
|
36 |
|