Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect4 - Update model architecture #15

Open
ChristianFredrikJohnsen opened this issue Jan 3, 2024 · 0 comments
Open

Connect4 - Update model architecture #15

ChristianFredrikJohnsen opened this issue Jan 3, 2024 · 0 comments

Comments

@ChristianFredrikJohnsen
Copy link
Owner

We are using a dense neural network to predict action values in connect4. This is a ridiculous approach. At the very least we should have some basic CNN architecture, so we at least get some benefit of the spatial locality which exists in the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant