Robert Moss
Robert Moss
I'd like to point out that the notebooks from above (thank you, by the way) cause subsection counters to never increment:  This is a known issue that is detailed...
I figured out a modified way to do it using JavaScript; a little hacky as I have to save the original header text so if this gets called multiple times...
Try the following: ``` ] add WebIO using WebIO WebIO.install_webio_nbextension() ``` Then restart your notebook session and try again.
Sorry about the delay, thanks for the PR.
FYI, I had the same error when using `Dropout` as a layer in Julia v1.7 and it was resolved when switching to Julia v1.8
[Documenter.jl](https://github.com/JuliaDocs/Documenter.jl) is excellent for this (that's what POMDPs.jl is using, and I've used it for POMDPStressTesting.jl as well). https://sisl.github.io/POMDPStressTesting.jl/dev/
Do you mind if I move Crux and POMDPGym to the JuliaPOMDPs Github sometime next week? I'd also like to register them with General so I can use them in...
I absolutely love this idea—great work and thank you. I'm even less familiar than you with how to manage the fonts, but I think your approach would work nicely. I'm...
I've moved away from `make` in favor of `latexmk` to handle any TeX Live vs. MiKTeX issues automatically. Try pulling the latest changes and running: ``` latexmk ``` (see the...
That's a great idea. If you'd like to submit a PR I'd be happy to merge it in!