JuliaML / OpenAIGym.jl

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

add missing import for DiscreteSet #39

Closed burmecia closed 4 years ago

burmecia commented 4 years ago

It seems the import for DiscreteSet is missing, which caused below error:

[ Info: Precompiling OpenAIGym [41d6fcb8-dd24-11e8-2536-c3dc023218b5] ERROR: LoadError: UndefVarError: DiscreteSet not defined

iblislin commented 4 years ago

Thanks :+1: