-
Notifications
You must be signed in to change notification settings - Fork 49
API to use rlenvs (lua environments) #28 #29
Conversation
Great news! Loving the look of how this is coming along... |
Thanks for handling this - if it makes sense to change part of The API is also a bit rough, so using good ideas from |
Hey @Kaixhin thanks for your library, glad I could help :) I've made some more changes here and there, will continue to plug along! One thing that's a bit iffy right now is the best way to support the displaying of the game which I think will need us to use |
@SeanNaren Sorry had a think about this and can't come up with a much better solution. |
I would argue that displaying of the games is important, but not necessarily critical, unless a visual interpretation of the game is necessary (for representation or human interaction). As well, I really like the way that the gym wraps up their action/observation specifications. Named entities in dictionaries (or tables in Lua) helps to avoid mysterious indexing. |
@korymath Agreed on the way they do their spec. I'm making both of you collaborators on As popular as |
@Kaixhin this is a cool idea, a lot of the wrapper seems to be just manipulating the output of |
Much appreciated! On 30 September 2016 at 15:24, Sean Naren notifications@github.com wrote:
Kory Mathewson |
The rlenvs conversions are nearing an end! A few kinks to work out (maxSteps of environments, render support if any) then I'll get the unit tests done. Also will try to get policy gradients to work with Catch, that would be nice :) |
This is fantastic work, and a great update. Thank you for the commitment On 21 October 2016 at 08:24, Sean Naren notifications@github.com wrote:
Kory Mathewson |
One way to handle it is a branch? K On 26 October 2016 at 03:35, Sean Naren notifications@github.com wrote:
Kory Mathewson |
I'll have a think as to the best way to implement this, I think a branch might be overkill for adding this functionality! I'm going to start adding unit tests to the Also started messing with a |
I want to make sure that this software can be deployed on a server sans any I will try the catch example if you provide a run code? On 1 November 2016 at 08:14, Sean Naren notifications@github.com wrote:
Kory Mathewson |
I've added the catch example script, if you want to render switch the EDIT: This should probably be a new issue, but I've noticed strange behaviour with |
Nice catch on the default value... perhaps you can open an issue to flag that? |
Little update, just waiting on a code check from Kai and then the |
Sounds good on this. Keeping an eye on it now that I am back at it. |
Just checking - the PR for |
@Kaixhin yep should be! I'll get back to this next week, I think priority is getting the catch example working with policy gradients :) |
Agree.
Nice work on this, and happy to get back at it after shaking off holiday
dust.
…On 7 January 2017 at 13:28, Sean Naren ***@***.***> wrote:
@Kaixhin <https://github.com/Kaixhin> yep should be! I'll get back to
this next week, I think priority is getting the catch example working with
policy gradients :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAK3s1Nq_FMOm6Z9dnVx2KANvHiTKpI8ks5rP_VcgaJpZM4KJx0L>
.
--
____________________________
Kory Mathewson
|
Are we just about set on the @SeanNaren? How can I help? |
@korymath sorry for the late response, the last thing I wanted to do was get the rlenvs-catch example working, having some difficulties with that... |
Hey @korymath, thought it be nice to wrap this up :) Opening a new PR! |
Work in progress but base files to start implementing rlenvs into twrl! Current tasks:
@korymath I've added you as a contributor to the fork, feel free to make changes yourself! Again thanks for your work so far :)