Farama-Foundation / Minigrid

Simple and easily configurable grid world environments for reinforcement learning
https://minigrid.farama.org/
Other
2.13k stars 610 forks source link

Remove param envs and rename environments for consistency #202

Closed pseudo-rnd-thoughts closed 2 years ago

pseudo-rnd-thoughts commented 2 years ago

Minigrid has a number of additional environments that are used for registering modified version of the original environment. This PR removed all of those parameter environment in favour of gym register kwargs.

In addition, while looking at all of the environments, some of them have inconsistent naming scheme, this updates the following

rodrigodelazcano commented 2 years ago

This LGTM