JuliaML / OpenAIGym.jl

OpenAI's Gym binding for Julia
Other
105 stars 19 forks source link

Fix IntervalSet issue #38

Closed MagnusKoudahl closed 4 years ago

MagnusKoudahl commented 4 years ago

Currently there's a bug on master where Reinforce.LearnBase.IntervalSet is not available when using the package. This PR explicitly imports IntervalSet to address the issue.

There's likely a neater way to accomplish this, but at least the ball is rolling now

iblislin commented 4 years ago

Thanks :+1: