Deploy AI on BoardGameArena

Discussions about BGA (all languages)
Forum rules
Warning: challenging a moderation in Forum = 10 days ban
More info & details about how to challenge a moderation: viewtopic.php?p=119756
Locked
DeepGaming
Posts: 1
Joined: 26 January 2017, 03:56

Deploy AI on BoardGameArena

Post by DeepGaming »

Hello,

I'm part of team of grad students developing an AI to play board games. Our plan is to take the DQN reinforcement learning algorithm used in AlphaGo and apply it to the game of Gomoku. We wanted to know if it would be okay for us to deploy our AI on Board Game Arena.

Instead of training the AI in a contained lab environment, we think it would be great if we could run our AI in publicly accessible environment for anyone on the Internet to play against. This way, we'll be able to test our AI against a variety of different opponents and skill levels. Also, since the game logic is already implemented on BGA, our team can focus more on the algorithm itself.

I've already played around with the site, and it looks like we can call all the necessary functions programmatically with web sockets and HTTP GET requests.

We know that there are concerns about spam and abuse with bots, so our AI will have the following restrictions
  • * Our AI will only operate from two accounts: DeepGaming, and DeepGaming2. THe AI will also announce itself as an AI before starting any matches with human players.
    * Until the AI has been properly programmed and tested, the AI will only play games against itself and will not play against any human players.
    * Once deployed, the AI will not join any games unless explicity invited. The AI also will not host any public games.
    * The AI will automatically choose to abandon the game if proposed by the other player or if it runs into a serious error.
    * The AI will only play non ELO rated matches.
Thanks.
User avatar
DaleB147
Posts: 14
Joined: 01 November 2012, 04:26

Re: Deploy AI on BoardGameArena

Post by DaleB147 »

The final say would be Sourisdudesert, but I'm ok with that. Good luck in your endeavour.
User avatar
Grievouspawn
Posts: 1
Joined: 09 August 2015, 20:28

Re: Deploy AI on BoardGameArena

Post by Grievouspawn »

Any one know where this project is at? Would be fun to help move us along towards SkyNet!

Sorry, read the dates on the previous entries wrong :o

I withdraw the ? but not the comment. HA!
Liallan
Posts: 1221
Joined: 26 May 2014, 07:01

Re: Deploy AI on BoardGameArena

Post by Liallan »

DaleB147 wrote:The final say would be Sourisdudesert, but I'm ok with that. Good luck in your endeavour.
+1

I've got no issues with it either. I think the most important thing is playing with ELO off. And of course it would have to be check to make sure to avoid forms of abuse. I'd play with your bot. :-)

(I will say, however, that I'm not really here to play with bots. But I wouldn't mind doing it on occasion or to help test it, and it could be good for learning games.)
User avatar
datinfo
Posts: 1
Joined: 13 January 2018, 20:44

Re: Deploy AI on BoardGameArena

Post by datinfo »

Did this happen? I'm also thinking of doing a student project around building an AI to play in the Board Game Arena with ELO off.
Locked

Return to “Discussions”