JuliaML / Reinforce.jl

Abstractions, algorithms, and utilities for reinforcement learning in Julia
Other
201 stars 35 forks source link

Adds module defs for cartpole and pendulum environments #39

Closed darsnack closed 5 years ago

darsnack commented 5 years ago

Currently, there is no way to import the cart pole and pendulum environments like the mountain car and multi-arm bandit can be. This is a simple fix.

iblislin commented 5 years ago

Thanks! :+1: