Klazkin / player-zero

1 stars 0 forks source link

Analyzing issues with Player Zero (2/2) #88

Open Klazkin opened 3 months ago

Klazkin commented 3 months ago

Explain the context of the issue, what is being addressed in detail.

The goal

Time tracking

Time Estimate: undefined Time spent: 17 hours 10 minutes

Resources

https://tmoer.github.io/AlphaZero/ https://keras.io/api/layers/activation_layers/softmax/ https://stackoverflow.com/questions/56218256/nan-values-in-loss-in-keras-model https://stackoverflow.com/questions/65131391/what-exactly-is-kerass-categoricalcrossentropy-doing https://stackoverflow.com/questions/33962226/common-causes-of-nans-during-training-of-neural-networks https://www.tensorflow.org/api_docs/python/tf/keras/Regularizer https://datascience.stackexchange.com/questions/38358/dealing-with-extreme-values-in-softmax-cross-entropy https://stackoverflow.com/questions/40050397/deep-learning-nan-loss-reasons https://github.com/keras-team/keras/blob/f77b020e497a353b644df3aeebc97c831c8057fc/keras/layers/activations/softmax.py#L51 https://keras.io/api/layers/initializers/