Gaussian Process Coach (GPC)
How to set up the environment to test for the Lunar Lander:
-
Install the OpenAI Gym
-
Add the following lines to the init file found in gym/envs/init.py:
register( id='LunarLanderContinuous-v2', entry_point='gym.envs.box2d:LunarLanderContinuous', max_episode_steps=1000, reward_threshold=200, )
-
Copy and replace the lunar_lander.py file in the gym/envs/box2d folder
-
Run main_example.py
p.s. If you run into any difficulties, try to send me a pm/post issue. Although it does not seem like it, I am still pretty active on git :)