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
You include a discount factor in Eq 9.2, and in 9.1 you convert a subtraction ($Q^{\text{soft}}-V^{\text{soft}}$) into a fraction ($\frac{Q^{\text{soft}}}{V^{\text{soft}}}$), correct?
The text was updated successfully, but these errors were encountered:
Hi Matthew!
This repo is just great: It works, its transparant and modular!
I only found two differences between Ziebart's thesis and your implementation.
Can you let me know if you were aware of them?
So here is Eq 9.2:
Here is your code:
And here is Eq 9.1:
$V^{\text{soft}}$ :
Which uses
And here is your code:
You include a discount factor in Eq 9.2, and in 9.1 you convert a subtraction ($Q^{\text{soft}}-V^{\text{soft}}$ ) into a fraction ($\frac{Q^{\text{soft}}}{V^{\text{soft}}}$ ), correct?
The text was updated successfully, but these errors were encountered: