Vindinium is an Artificial Intelligence programming challenge
1–10 of 16 posts
Re: Vindinium is an Artificial Intelligence programming challenge
#2Re: Vindinium is an Artificial Intelligence programming challenge
#3Re: Vindinium is an Artificial Intelligence programming challenge
#4I haven't tried this yet, but based on similar challenges I've participated I'm surprised by the fact that your bot moves by calling an http endpoint. Considering the 1 second move limit, I image it's difficult to time your moves right to guarantee that they arrive on time.
Some people created a tcp server for the Ants one that allowed that: https://github.com/berak/ants-tcp I don't remember much of the details, since it was nearly 5 years ago, but it was an awesome thing to participate in.
Re: Vindinium is an Artificial Intelligence programming challenge
#5I haven't tried this yet, but based on similar challenges I've participated I'm surprised by the fact that your bot moves by calling an http endpoint. Considering the 1 second move limit, I image it's difficult to time your moves right to guarantee that they arrive on time.
I feel the same, I have participated in aichallenge.org before and everything was run server-side, we had a 1 second move limit too, I have not run any starter yet to try it out but seems like using HTTP will have big issues with timing, I would prefer something that connects to a socket and keeps the connection up, would reduce some of the latency of establishing a connection. Some people created a tcp server for th…
Re: Vindinium is an Artificial Intelligence programming challenge
#6Re: Vindinium is an Artificial Intelligence programming challenge
#7I haven't tried this yet, but based on similar challenges I've participated I'm surprised by the fact that your bot moves by calling an http endpoint. Considering the 1 second move limit, I image it's difficult to time your moves right to guarantee that they arrive on time.
Re: Vindinium is an Artificial Intelligence programming challenge
#8Going to write a simple bot when I'm home from work. Who else?
Re: Vindinium is an Artificial Intelligence programming challenge
#9Re: Vindinium is an Artificial Intelligence programming challenge
#10Are we sure we are not the baddies? https://www.youtube.com/watch?v=hn1VxaMEjRU