Algorithms.initializeQ
Opened this issue · 0 comments
jaivalis commented
Is there a reason why initializeQ is a function in Algorithms and not a function of Q
then we could do:
Q q = new Q();
q.initializeQValues(15);
Opened this issue · 0 comments
Is there a reason why initializeQ is a function in Algorithms and not a function of Q
then we could do:
Q q = new Q();
q.initializeQValues(15);