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

Error with additional argument in learning.py #4

Open
shamanez opened this issue Mar 26, 2018 · 5 comments
Open

Error with additional argument in learning.py #4

shamanez opened this issue Mar 26, 2018 · 5 comments
Assignees
Labels

Comments

@shamanez
Copy link

Here def train_net(model, params, weights, path, trainFrames, i): why did you use an i?

@drex44
Copy link

drex44 commented May 26, 2018

I have the same doubt.

@jangirrishabh
Copy link
Owner

Hello, I was using 'i' as reference to save the model name, but I see that I did it not check for all the function calls for train_net, while some use 'i' others must be modified.

Apologies, I would be updating the code soon, but if you get it working feel free to contribute and send a pull request, cheers!

@jangirrishabh jangirrishabh self-assigned this Jun 8, 2018
@shamanez
Copy link
Author

Hi other than that your code worked really fine. Nice mate:). BTW did you try GAIL which is a recent inverse reinforcement learning algorithm?

@jangirrishabh
Copy link
Owner

Thank you @shamanez . Yes I did try out GAIL, and also other form of learning from demonstration called HER from demonstrations, both of them are awesome, I even implemented Overcoming exploration from demonstration in RL, sparse reward case for solving block stacking tasks on a custom made robotic arm simulation, you can read about it here https://jangirrishabh.github.io/2018/03/25/Overcoming-exploration-demos.html

Cheers!

@haider0786
Copy link

Cloning hg http://bitbucket.org/pygame/pygame to /tmp/pip-5beyjs4g-build
abort: HTTP Error 404: Not Found

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

No branches or pull requests

4 participants