Skip to content

Instantly share code, notes, and snippets.

@msaroufim
Created October 26, 2019 23:07
Show Gist options
  • Save msaroufim/fa337b4e712efa55b81a3db1d1835840 to your computer and use it in GitHub Desktop.
Save msaroufim/fa337b4e712efa55b81a3db1d1835840 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