You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jangirrishabh,
This repository is awesome and well-explained. I want to thank you for the great content and code.
And I just have a question regarding the learning.py.
My question is: before training your NN model, you defined some weights in line:
and fed them into the carmunk to get the immediate reward and the new state based on the taken action to update the Y vector in the mini-batch process method. I was wondering how you defined the weights (weights for the reward function). Because later, you use this trained model in the toy_car_IRL.py to update the policy and reconstruct the weights for the reward function. So do those weights affect the trained NN model or they are just some random values?
The text was updated successfully, but these errors were encountered:
Hi @jangirrishabh,
This repository is awesome and well-explained. I want to thank you for the great content and code.
And I just have a question regarding the learning.py.
My question is: before training your NN model, you defined some weights in line:
toyCarIRL/learning.py
Line 206 in 2eff036
and fed them into the carmunk to get the immediate reward and the new state based on the taken action to update the Y vector in the mini-batch process method. I was wondering how you defined the weights (weights for the reward function). Because later, you use this trained model in the toy_car_IRL.py to update the policy and reconstruct the weights for the reward function. So do those weights affect the trained NN model or they are just some random values?
The text was updated successfully, but these errors were encountered: