JuliaML / Reinforce.jl

Abstractions, algorithms, and utilities for reinforcement learning in Julia
Other
201 stars 35 forks source link

Import Plots in Pendulum environment #35

Open raghav9-97 opened 5 years ago

raghav9-97 commented 5 years ago

Pendulum.jl uses Plots in line 83 without importing it which throws out an error on plotting annotations := [(0, -0.2, Plots.text("a: $(env.a)", :top))]

The error it throws out: ERROR: UndefVarError: Plots not defined

iblislin commented 5 years ago

Ref: #37