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

AI competition #37

Open
Joshuaalbert opened this issue Nov 24, 2016 · 3 comments
Open

AI competition #37

Joshuaalbert opened this issue Nov 24, 2016 · 3 comments

Comments

@Joshuaalbert
Copy link

I have a request that you may find interesting.
Many people are applying AI to games, as a sort of benchmark for comparing AI.

The game of chess is long gone, as the branching factor is small enough that you don't need AI to make a chess engine.
Go comes along and it has a huge branching factor, and an intuition is required.
Another game, diplomacy, is also quickly developing to be one of the next competing games.
COW would be another great addition.
It differs from diplomacy in that it is not deterministic, so it adds a new factor.
I think curseofwar has sufficiently many degrees of complexity to make it a good battle ground for AI competitions.
The only thing that is needed is a way to communicate with a central server which provides the current state of the board and receives actions. Seeing as this already exists for COW it should be easy to make it user friendly.

Interested?

@Joshuaalbert
Copy link
Author

I guess no?

@Sicness
Copy link
Contributor

Sicness commented Nov 17, 2017 via email

@Quasic
Copy link

Quasic commented Nov 17, 2017

I'd like to port it, and I like this idea, but I don't have the time, right now.

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

3 participants