-
Notifications
You must be signed in to change notification settings - Fork 46
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
Comments
I have the same doubt. |
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! |
Hi other than that your code worked really fine. Nice mate:). BTW did you try GAIL which is a recent inverse reinforcement learning algorithm? |
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! |
Cloning hg http://bitbucket.org/pygame/pygame to /tmp/pip-5beyjs4g-build |
Here def train_net(model, params, weights, path, trainFrames, i): why did you use an i?
The text was updated successfully, but these errors were encountered: