I am trying to implement a custom lunar lander environment by taking help from already existing LunarLanderv2. https://github.com/openai/gym/blob/master/gym/envs/box2d/lunar_lander.py
I'm having a hard time figuring out the pole co-ordinates of the helipad. I intend to find the ideal landing position of the shuttle.