Skip to content

Instantly share code, notes, and snippets.

@msaroufim
Created October 26, 2019 23:07
Show Gist options
  • Save msaroufim/7cf36488fd1a25c342182789d0a58761 to your computer and use it in GitHub Desktop.
Save msaroufim/7cf36488fd1a25c342182789d0a58761 to your computer and use it in GitHub Desktop.
# examples/mountain_car.jl
# Import the RL algorithms
using Reinforce
# Import the Mountain car environment
using Reinforce.MountainCarEnv: MountainCar
# Import the Plots plotting library and use GR as the backend
# https://github.com/jheinen/GR.jl
using Plots
gr()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment