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

Solving connect 4 #31

Closed
GabrielPereyra opened this issue Aug 25, 2017 · 0 comments
Closed

Solving connect 4 #31

GabrielPereyra opened this issue Aug 25, 2017 · 0 comments

Comments

@GabrielPereyra
Copy link

The game of bones solver script is:

tt = TT()
GameOfBones.ttentry = lambda game : game.pile # key for the table
r,d,m = id_solve(GameOfBones, range(2,20), win_score=100, tt=tt)

What is the equivalent for python? Do I just change range to range(2, 42) and game.pile to game.board?

Do you have an estimate for how long it will take?

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