The project which is to imitate the gogame. I create a cnn model you can see the CnnModel file is used for outputing a rough possibilties of the next step. The next step is to combine the data of the rough possibilties and past chess moves send to the rnn model to train. In the rnn model the context_attention model will let the rnn model put attention to the rough possibilites and concat the hidden layer of lstm and output the context and then send the context and a previous step to the lstm layer and the lstm will memory the past each steps by using a loop. The bug is that using the deep lstm or rnn network and sgd for training the gradient will disappear.
wangq78/A-project-for-gogame-have-bug-need-to-solve
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Clone using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time