Hey,
Thanks for sharing this, While running this code as you mentioned in README.md I'm getting stack overflow error while running softmax algorithm using simulation.clj code.
Here is error message,
java.lang.StackOverflowError: null
Random.java:532 java.util.Random.nextDouble
Math.java:773 java.lang.Math.random
core.clj:4515 clojure.core/rand
softmax.clj:33 bandit.algo.softmax/select-arm
softmax.clj:33 bandit.algo.softmax/select-arm
Could you please help me resolving this error?
-Parth
Hey,
Thanks for sharing this, While running this code as you mentioned in README.md I'm getting stack overflow error while running softmax algorithm using simulation.clj code.
Here is error message,
java.lang.StackOverflowError: null
Random.java:532 java.util.Random.nextDouble
Math.java:773 java.lang.Math.random
core.clj:4515 clojure.core/rand
softmax.clj:33 bandit.algo.softmax/select-arm
softmax.clj:33 bandit.algo.softmax/select-arm
Could you please help me resolving this error?
-Parth