.. |
envs
|
ce22f87a27
add **kwargs to __init__ functions of all classes inhertting from MiniGridEnv, in order to be able to use gym.make the right way
|
3 years ago |
__init__.py
|
e7e870ce2d
Fixed issues with wrappers
|
7 years ago |
minigrid.py
|
c366eb2a0e
Add a gym Space to handle textual observations, and update the environment obervation_space accordingly
|
3 years ago |
register.py
|
5d9e8cab8a
Fixed issue with default reward_threshold
|
6 years ago |
rendering.py
|
eed64276b5
Implemented anti-aliasing to make it look prettier
|
5 years ago |
roomgrid.py
|
ce22f87a27
add **kwargs to __init__ functions of all classes inhertting from MiniGridEnv, in order to be able to use gym.make the right way
|
3 years ago |
window.py
|
2161af9d5d
Update matplotlib code in responde to #169
|
3 years ago |
wrappers.py
|
56cc2baa25
New wrapper: Use MultiDiscrete gym space to represent textual observation. This allow for smooth usage with RL libraries that require observations to be portable to torch
|
3 years ago |