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

Rename minigrid.py to minigrid_env.py #249

Closed rodrigodelazcano closed 2 years ago

rodrigodelazcano commented 2 years ago

Description

Due to import errors because the package name was the same as a root file mujoco.py (#243), this PR renames the mujoco.py file to mujoco_env.py.

This PR also reverts the changes of moving manual_control.py and benchmark.py to a new directory examples, since it's no longer required. #244

Type of change

Please delete options that are not relevant.

Screenshots

Please attach before and after screenshots of the change if applicable.

Checklist: