maxspahn / gym_envs_planar

Planar gym environments
7 stars 4 forks source link

Fixes dynamic goal issues. #47

Closed maxspahn closed 2 years ago

maxspahn commented 2 years ago

As dynamic goals were not update correctly before, some bugs occurred when running the examples, see #46. This PR fixes these bugs. It also introduces some more testing of the examples and formats them properly.