pengowen123 / eant2

EANT2 made in Rust.
GNU General Public License v3.0
12 stars 4 forks source link

edition 2018 + cart pole example #2

Closed MathisWellmann closed 3 years ago

MathisWellmann commented 3 years ago

Use rust version 2018 instead of 2015 and updated cge dependencies. Also added gym_cart_pole example which is used as an example in README. However this crate currently fails to solve the environment. Further investigation is made easier as the cart pole environment acts as a solid benchmark for optimization algos.

pengowen123 commented 3 years ago

LGTM, thanks!

In the future, I would recommend keeping the master branch of your forks clean and using a new branch for each PR (it makes it easier to keep track of changes and lets you git pull on master to keep your fork updated).