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, great work but there is problem about the code in file dilo.py.
Lines 137~143 is to calculate the expected utility function with respect to the initial state distribution. The coefficient before the expected value is (1 - lambda), however in the formula of the paper the coefficient is (1 - discount)*beta. And there also should not be a divergence type conditional check in the code.
Is that wrong in this code?
The text was updated successfully, but these errors were encountered:
Hi, great work but there is problem about the code in file dilo.py.
Lines 137~143 is to calculate the expected utility function with respect to the initial state distribution. The coefficient before the expected value is (1 - lambda), however in the formula of the paper the coefficient is (1 - discount)*beta. And there also should not be a divergence type conditional check in the code.
Is that wrong in this code?
The text was updated successfully, but these errors were encountered: