HWANHEE KIM

Results 3 issues of HWANHEE KIM

softmax of [4,2,6] is [0.11731043, 0.01587624, 0.86681333]. python code from https://stackoverflow.com/a/38250088/2689257 ``` def softmax(x): """Compute softmax values for each sets of scores in x.""" e_x = np.exp(x - np.max(x)) return...

https://github.com/rlcode/reinforcement-learning-kr/blob/1c200172c1f30add3aad3a631a5a7dbdfd886b85/1-grid-world/5-q-learning/q_learning_agent.py#L24 비슷한 코드인 https://github.com/rlcode/reinforcement-learning-kr/blob/master/1-grid-world/4-sarsa/sarsa_agent.py 와 비교해봐도 이쪽이 오류인 듯 합니다.

Hello. This is a great tool for custom music view on web. But I have a question- is there any custom options for manipulating direction of the beams? If I...