jbrea
jbrea
Also pinging @Pangoraw and @disberd, who pointed me in the right direction for fonsp/Pluto.jl#2619.
Thanks for the prompt response, @fonsp! > Did you already figure out how "more" currently works in Pluto? I don't understand the details of the "more" button in Pluto. The...
> For "more", we need to add an HTTP endpoint to PSS and then call that from the frontend when clicking more. Wouldn't it be possible to write the data...
Yes. I was thinking about an implementation of asynchronous reinforcement learning methods https://arxiv.org/pdf/1602.01783.pdf without the need to send accumulated gradients and parameter updates around.
> I want to improve FluxML/Gym.jl We also have a gym wrapper [here](https://github.com/JuliaReinforcementLearning/ReinforcementLearningEnvironments.jl/blob/master/src/environments/gym.jl). Is there something particular you would like to improve? Edit: ah, I guess you're not looking for...
> to support a headless render (e.g. manipulate and return the RGB array for cart pole as an observation) Ah, that's cool. We have rendering (using GR) for some envs...
1. Either is fine. Method signatures seem more stringent but more tricky to implement. The requirements specification will be in the docs anyway. I think it is sufficient, if these...
Given the importance that `provided` will have, I think we should include checks for it, e.g. in `requirements_met`. It may be too easy for an environment author to forget to...
> Maybe it's just me, but I am getting confused here. >> Given the importance that provided will have, I think we should include checks for it, e.g. in requirements_met....
Registering should be fairly easy now with the [Registrator](https://github.com/JuliaRegistries/Registrator.jl). The [CompatHelper](https://github.com/bcbi/CompatHelper.jl) may also be useful.