jbrea
jbrea
I'm trying to cross-compile ViZDoom 1.1.13 (see [here](https://github.com/JuliaPackaging/Yggdrasil/pull/4933)), but it fails with errors ``` CMake Error at src/vizdoom/CMakeLists.txt:32 (include): include could not find requested file: IMPORTFILE-NOTFOUND CMake Error at src/vizdoom/tools/lemon/CMakeLists.txt:17...
Would it be possible to extend `ftest` such that it can handle `GeneralizedLinearModel`s? ```julia julia> using GLM, DataFrames julia> df1 = DataFrame(condition = CategoricalArray(["a", "a", "b", "b"]), data = [9,...
* [ ] [ACER](https://arxiv.org/abs/1611.01224) * [ ] [TRPO](https://arxiv.org/abs/1502.05477) See also John Schulman's [python implementations](https://github.com/joschu/modular_rl)
Should be fairly easy to do with the new optimizer of Flux and @parallel and [remote channels](https://docs.julialang.org/en/latest/manual/parallel-computing/#Channels-and-RemoteChannels-1).
Is it possible to generate subplots with shared axes like https://plot.ly/javascript/subplots/#subplots-with-shared-axes?
I don't know if the issue I have is due to CxxWrap but I am stuck on getting travis ci to work for the package [ViZDoom](https://github.com/JuliaReinforcementLearning/VizDoom.jl) and it is basically...
I would like to have `RDatasets.description(package_name, dataset_name)` show the content of the corresponding html file in the docs folder. This is an attempt to add this functionality.
I am thinking about adding error term handling (like R's `aov(y ~ A + Error(B))`) to [ANOVA.jl](https://github.com/marcpabst/ANOVA.jl) but there have been some discussions [there](https://github.com/marcpabst/ANOVA.jl/issues/22) to move anova functionality here. Are...