Filippos Christou

Results 63 comments of Filippos Christou

btw PlutoStaticHTML.jl already [support this](https://github.com/rikhuijzer/PlutoStaticHTML.jl/blob/234b907a1aecea1071146b5126594382a33efdf2/src/output.jl#L165). I am not sure how easily the same solution can be integrated here though..

Probably the mask is not applied, yes. maybe it simply doesn't implement the trait (?) I can give a look and try to do a PR. (Last time I tried...

is there a way to trigger it locally before pushing it to github ?

has anyone tried a workflow with TestEnv.jl ? `]test` is just too slow if many incremental changes are needed.

> Maybe we could automate this. What if we create a separate environment in `ReinforcementLearning.jl/test/` that will have its own `Manifest.toml` `dev`ing all the local passages. I myself am a...

I am rethinking a bit what are the requirements and scenarios to have such a local deving/testing machinery. # Summary My understanding is that the general ReinforcementLearning (RL) module/package is...

> something more akin to Optimization.jl Doesn't this look more like the effort behind https://github.com/juliareinforcementlearning/commonrlinterface.jl ? BTW the [Makie.jl](https://github.com/MakieOrg/Makie.jl) guys also follow a subpackage structure. I think they get away...

> 1. Once the RL.jl refactor firms up (and I think we are close), any main branch commit should correspond to the latest versions of each subpackage, so every commit...

(some thoughts currently on discourse https://discourse.julialang.org/t/large-vs-small-packages/9447/19)

> in the middle of a really important (but overwhelming refactor) is there something somewhere to read about it ?