-
Drop Julia 0.5 support. (#15)
-
New interface for controlling episode termination
maxsteps(env)::Int
(#17). The condition of termination isfinished(...) || maxsteps(...)
now. -
New field for
CartPole
environment:maxsteps
. An keyword of constructor is added:CartPole(; maxsteps = 42)
(#16, #17).Also, there are helper functions of CartPole v0 and v1:
CartPoleV0()
: this is equal toCartPole(maxsteps = 200)
CartPoleV1()
: this is equal toCartPole(maxsteps = 500)
-
Keyword
maxsteps
ofrun_episode
is deprecated, please overloadmaxsteps
. (#19)
This repository has been archived by the owner on May 21, 2022. It is now read-only.