toyCarIRL icon indicating copy to clipboard operation
toyCarIRL copied to clipboard

Error with additional argument in learning.py

Open shamanez opened this issue 7 years ago • 5 comments

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

shamanez avatar Mar 26 '18 04:03 shamanez

I have the same doubt.

drex44 avatar May 26 '18 04:05 drex44

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 avatar Jun 08 '18 10:06 jangirrishabh

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

shamanez avatar Jun 14 '18 03:06 shamanez

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!

jangirrishabh avatar Jun 14 '18 09:06 jangirrishabh

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

haider0786 avatar Jun 11 '21 05:06 haider0786