FluxML / Gym.jl

Gym environments in Julia
MIT License
54 stars 19 forks source link

Addition of Classic Control environments #31

Closed kraftpunk97-zz closed 4 years ago

kraftpunk97-zz commented 5 years ago

This PR brings the final classic control environments, MountainCar and Acrobot to the Gym. It also adds brings rendering to the aforementioned environments and fixes a small issue that was causing Pendulum's render!() to fail.

The Acrobot still uses the iterative version of Runge-Kutta method. It's modification was not possible due to time constraints. I will attempt it some time in the future, or as a stretch goal

The commits before eae5b18 are covered in PR #30 , so please ignore them.

kraftpunk97-zz commented 4 years ago

PRs have become a mess. Going to purge them all and create a new single PR with the latest code and work from there.