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

Does Scripts.play("connect-four") cheat? #62

Closed
SheldonCurtiss opened this issue Aug 16, 2021 · 2 comments
Closed

Does Scripts.play("connect-four") cheat? #62

SheldonCurtiss opened this issue Aug 16, 2021 · 2 comments

Comments

@SheldonCurtiss
Copy link

I'm attempting to add the ability to test my trained AI, I tried out Scripts.play("connect-four") mind you I have no sessions that exist for connect-four and haven't done any training for connect-four but when playing against the agent it was playing incredibly well.

Does Scripts.play cheat in any way? If so what's the best way to test an agent without this?

@jonathan-laurent
Copy link
Owner

Even with a random (untrained) heuristic, MCTS is already decent at connect four so this is not too surprising.
But no cheating!

@SheldonCurtiss
Copy link
Author

Got it thanks!

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

2 participants