ReinforcementLearning.jl icon indicating copy to clipboard operation
ReinforcementLearning.jl copied to clipboard

Update Website, fix broken references / issues

Open jeremiahpslewis opened this issue 4 months ago • 4 comments

I've done an extensive first pass with the v0.11 release, but it looks like there's still some cleaning up to do, ~perhaps something @joelreymont you would be interested in tackling~

Get the following to pass (run from project root):

cd docs
julia --project --color=yes -e '
             using Pkg; Pkg.instantiate();
             include("make.jl")'

jeremiahpslewis avatar Mar 26 '24 18:03 jeremiahpslewis