Skip to content

Softmax throwing stack overflow error (First use) #4

@parth-savjani

Description

@parth-savjani

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions