JuliaML / OpenAIGym.jl

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

ERROR: UndefVarError: episode! not defined #6

Closed baggepinnen closed 5 years ago

baggepinnen commented 7 years ago

The hello world example in the readme does not seem to work, no episode! function defined.

tejank10 commented 6 years ago

Any idea about resolving this issue?

baggepinnen commented 6 years ago

https://github.com/JuliaML/OpenAIGym.jl/issues/5#issuecomment-337506299 If you follow these steps you should get the correct version of all relevant packages

tejank10 commented 6 years ago

Thanks for #5 . I removed and reinstalled MetaPkg using suggested method. Still, the error persists.

tejank10 commented 6 years ago

I guess its definition is commented in old_episodes.jl in Reinforce.jl