JuliaML / OpenAIGym.jl

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

Convenience method run_episode #3

Open tbreloff opened 8 years ago

tbreloff commented 8 years ago

Something like:

pick_action(actions, state) = rand(actions)
result = run_episode(pick_action)