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

Register?

Open DhairyaLGandhi opened this issue 5 years ago • 5 comments

DhairyaLGandhi avatar Apr 30 '20 13:04 DhairyaLGandhi

Would it make sense to use https://github.com/JuliaPOMDP/RLInterface.jl before registering this? That would make the environments interface with the rest of JuliaPOMDP which has a lot of policies and methods already implemented. I could see if there is interest in the community coordination efforts to work on this.

I can work on this package starting June-ish.

darsnack avatar May 12 '20 15:05 darsnack

Maybe we should be using https://github.com/JuliaReinforcementLearning/CommonRLInterface.jl which would allow using the JuliaReinforcementLearning policies in addition to POMDP ones.

avik-pal avatar Jul 21 '20 19:07 avik-pal

Yup I was thinking the same thing. Would be happy to give it a shot. Maybe this weekend?

darsnack avatar Jul 21 '20 20:07 darsnack

From the discussion there it seems that most of the functionality of this package is already provided in RLEnv (and they work pretty well from my experience), only it doesn't have headless rendering for image-based observation spaces. Makes me wonder why do we need this package specifically, and not just contribute the rendering feature there.

avik-pal avatar Jul 21 '20 20:07 avik-pal

Again was thinking along the same lines when I was commenting on that issue. RLEnv implements an interface that supersedes CommonRLInterface. I was thinking of doing the later here as a "test." Then porting the headless stuff over the RLEnv for the future.

darsnack avatar Jul 21 '20 20:07 darsnack