JuliaML / Reinforce.jl

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

mark Plots as required for Pendulum's plot recipe #37

Closed iblislin closed 3 years ago

iblislin commented 5 years ago

@raghav9-97 Could you give this branch a try? We introduce Requires.jl to prevent Plots from being added as precompile dependency.

You can try this PR via

]add Reinforce#ib/require-plots
raghav9-97 commented 5 years ago

It is throwing an error undefined symbol: FT_Init_FreeType. Maybe this can be solved using ENV["GKSwstype"] = "gksqtype" but I tried it, but it failed to solve the problem.

iblislin commented 5 years ago

Have you tried other Plots backends?

raghav9-97 commented 5 years ago

No, I have tried only GR as backend. I will report the behaviour with other backends.

iblislin commented 5 years ago

By googling your error message, I think that is GR only issue and might be unrelated to this PR.

logankilpatrick commented 3 years ago

Since Require files are no longer used, feel free to update this PR to add some entries to the Project file.