Farama-Foundation / Minigrid

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

How to change initial positions of agent and target #185

Closed daniel-xion closed 1 year ago

daniel-xion commented 2 years ago

Thanks for the code, may I know where can I change the starting positions of agent and the target? Are the lines to be changed in envs/empty.py? How to do this if I am using colab? thanks

jkterry1 commented 1 year ago

There's not a way to do this right now without forking the repo