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

Maintainers

Open darsnack opened this issue 5 years ago • 4 comments

Who is currently maintaining this package? I have an interest in seeing it through, and I have been helping/following JuliaReinforcementLearning/CommonRLInterface.jl. If no one is actively maintaining it, can I have write access?

I'll be doing my development in an alternate branch and PR everything for the community to review. That way any stability isn't broken (even though this package is not registered or marked as stable).

darsnack avatar Jun 22 '20 14:06 darsnack

I am having write access as of now. But I am not having option to give you write access. Maybe @DhairyaLGandhi can do something about it?

tejank10 avatar Jun 22 '20 16:06 tejank10

@darsnack Even I share the same interest :). If you have some experience maybe you could tell me something about how and where to extend this project?(add more envs or something like that). I am relatively new to julia

RajGhugare19 avatar Oct 14 '20 14:10 RajGhugare19

I would suggest getting in touch with @findmyway. I saw you posted in the FastAI port channel on Slack, and this issue was part of ML community effort along the RL thrust. Since then, we haven't focused on RL as much, but that is mostly a bandwidth issue. I think Jun could probably give you the best advice (you can find him on Slack or Zulip) on what's the next step.

Based on previous discussions, I think the best next step is to port missing functionality from this repo to JuliaReinforcementLearning packages and not add more environments here.

darsnack avatar Oct 14 '20 14:10 darsnack

@RajGhugare19 has already finished several meaningful PRs in https://github.com/JuliaReinforcementLearning/GridWorlds.jl/pull/49 and https://github.com/JuliaReinforcementLearning/GridWorlds.jl/pull/46 . 👍

If you are interested in adding more environments, you and take a look at the unmerged PR https://github.com/FluxML/Gym.jl/pull/37 and maybe port some of them into https://github.com/JuliaReinforcementLearning/ReinforcementLearningEnvironments.jl ?

findmyway avatar Oct 14 '20 15:10 findmyway