Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimPLe efficient Agent? #56

Open
jarlva opened this issue Mar 31, 2019 · 7 comments
Open

SimPLe efficient Agent? #56

jarlva opened this issue Mar 31, 2019 · 7 comments

Comments

@jarlva
Copy link

jarlva commented Mar 31, 2019

Hi, any chance to port the SimPLe Agent from https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/rl to work with basic GYM (like cartpole)?

Based on the Google blog, SimPLe "is significantly more efficient than current state-of-the-art techniques".

@sguada
Copy link
Member

sguada commented Apr 1, 2019

That would require some work, and probably not very relevant for a simple problem like cartpole

@jarlva
Copy link
Author

jarlva commented Apr 1, 2019

Yes I know that cartpole is a simple one.. I picked cartpols as a simple example that we can learn to apply to more complicated ones.
Again, based on Google's report this agent is unlike others. and will reduce training time more than any other agent to-date. Thus I think it's worth looking at.
The red line is the figure is the Simple agent....

Untitled

@sibyjackgrove
Copy link

Yes, adding SimPLe agent would be really beneficial. I am willing to help out if this is feasible with tf-agents.

@jarlva
Copy link
Author

jarlva commented Apr 4, 2019

That would be awesome! (if it can be applied to GYM (non-Atari/ALE) environments.
Thanks.

@sguada
Copy link
Member

sguada commented Apr 4, 2019

It is feasible, but it would take a bit of work so before start working on it, you should create a proposal with detailed steps and milestones.
Also we should see how easy would be connecting TF-Agents with Tensor2Tensor, since you need that to train a good model.

@adityauser
Copy link

@sguada can you explain what do you mean by "connecting TF-Agents with Tensor2Tensor"?
Do you want Tensor2Tensor compatible in TF-Agents or implement SimPLe in TF-Agents from scratch or something else.

@jarlva
Copy link
Author

jarlva commented May 15, 2019

Hello, checking to see if there is any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants