<< Back to Programming Forum   Search

Posts 31 - 43 of 43   <<Prev   1  2  3  
Looking for guys working on the Wunderwaffe bot: 3/9/2016 15:54:42


ViralGoat 
Level 60
Report
I'm ready to work on stuff. What is the highest priority? I assume working in fog. Can you give me some guidance as to what methods I need to pay attention to?

I assume that this
https://github.com/Norman1/Wunderwaffe
is the bot that played in the AIGames competition? I assume AIGames was played without fog, and Wunderwaffe was made to play with fog off?

Edited 3/9/2016 16:01:12
Looking for guys working on the Wunderwaffe bot: 3/9/2016 17:40:51


Norman 
Level 58
Report
Hello


You can still see the Wunderwaffe playing games:
http://theaigames.com/competitions/warlight-ai-challenge-2/leaderboard/global/a/
Wunderwaffe is basically the same bot as RealityBomb, I just thought that maybe some of my clanmates would be interested in working on it so I uploaded the bot under a different name again as the competition was already over.

I assume that this
https://github.com/Norman1/Wunderwaffe
is the bot that played in the AIGames competition? I assume AIGames was played without fog, and Wunderwaffe was made to play with fog off?

The AI competition was also with fog however Fizzer didn't integrate my fog removing component into C#.

I'm ready to work on stuff. What is the highest priority? I assume working in fog. Can you give me some guidance as to what methods I need to pay attention to?
I will write you in the issues ticket that you already created. Once you have added something useful I can give you commit rights. I don't want to restrict commit rights to much but am just careful with some kidds showing up who probably never wrote a Hello World program.
Looking for guys working on the Wunderwaffe bot: 3/13/2016 20:49:05


Norman 
Level 58
Report
Wunderwaffe now works also with fog again:
https://www.warlight.net/MultiPlayer?GameID=10734195

I wonder how it would be ranked in the 1v1 ladder. Not very high of course but then again imo also not as a punching bag at the bottom.
Looking for guys working on the Wunderwaffe bot: 3/13/2016 21:16:11

#Master [QB] 
Level 62
Report
I was really suprised how well the Bot played! I could imagine a rating of 1700-1800.

Amazing work!

Edited 3/13/2016 21:18:45
Looking for guys working on the Wunderwaffe bot: 3/14/2016 00:37:43


ViralGoat 
Level 60
Report
holy shit, nice work! I don't have much time to help at the moment, but you're kicking ass if you can get it to work in fog this fast.

Edit: holy crap he's really damn good. https://www.warlight.net/MultiPlayer?GameID=10739915

Edited 3/14/2016 15:59:03
Looking for guys working on the Wunderwaffe bot: 3/14/2016 22:18:17


Norman 
Level 58
Report
1700-1800 isn't realistic however I just let it play a couple of games against Fizzer's new prod. It won 20 out of 23 games (with fog, no reinforcement cards and Fizzers bot being at an about 4 days old version)

When the AI catches someone on the wrong foot it can also win against strong players. For example moving stuff aroundd for order delays is pretty easy and when the bot starts with two +3 bonuses, it's opponent wwith a +5 bonus and the opponent wrongly assumes he can safely attack the AI after second turn he might find himself at a 5 vs 11 income disadvantage.


@ViralGoat: In the game that you linked I see a ton of mistakes that my AI is making. (Tadschikistan first order with 6v4 despite the opponent being at the other side, some 4v2 attacks to the opponent). Also it's strange that it didn't use the order delay cards or the order priority cards since I integrated those cards already.

Edited 3/14/2016 22:32:33
Looking for guys working on the Wunderwaffe bot: 3/15/2016 01:15:02


ViralGoat 
Level 60
Report
I was using WunderwaffeTestVersion, looks like that is the old version. I'll try another against Wunderwaffe.

Here's another game against that (I'm leveling up the AIServer account lol) https://www.warlight.net/MultiPlayer?GameID=10743957
Looking for guys working on the Wunderwaffe bot: 3/15/2016 02:13:13


ViralGoat 
Level 60
Report
OK, I give up. It's schooling me. I need to learn from your AI. It has a perfect start, always getting its first 3 bonuses after 3 rounds. These ones are against new Wunderwaffe (not WunderwaffeTestVersion)

https://www.warlight.net/MultiPlayer?GameID=10744018
https://www.warlight.net/MultiPlayer?GameID=10744246

Edited 3/15/2016 04:22:05
Looking for guys working on the Wunderwaffe bot: 3/22/2016 02:21:03

Nate NM
Level 56
Report
Much better than giving everyone/anyone commit rights is to ask that people use pull requests to make changes. After someone has tested their modifications, they can make a pull request which you can either accept or not & give feedback as you see fit. I'm very interested in helping out with this project. I have experience with python and C++ (years ago), but C# doesn't look too complicated.

I'm gunna start some games against these bots now, should be fun. :)
Looking for guys working on the Wunderwaffe bot: 4/4/2016 15:14:39


Norman 
Level 58
Report
I just created an exe file for you guys who want to try out my bot but can't / don't want to compile it.

How to run it? Same way as Fizzer explained in his video:
https://www.youtube.com/watch?v=A3A0U2RxLKo

Where is the exe?
https://github.com/Norman1/WarLight.AI/releases under exeFolder.zip

Which games can't the bot play at all?
- Games with non standard settings like local deployment, complete fog,...

On which kinds of games does the bot play terrible?
- All games with more than 1 opponent (I didn't bother to much to adjust most calculations to multiple opponents)
- Huge expansion games (The bot never starts 2 new bonuses at the same time)
- The bot doesn't bother about superbonuses
- I had to dumb down the fog remover due to the bot having to be stateless.

So which settings to use to get a good fight?
- Pick a template suitable for 1v1, change the settings to no fog and you are ready to go. For example the 1v1 ladder, all real time ladder maps or the europe map all do fine. I like especially his play on the Europe map where you can see his heuristics come into play.
Looking for guys working on the Wunderwaffe bot: 4/4/2016 15:27:58


Norman 
Level 58
Report
Can you beat the bot, manchester united?

https://www.warlight.net/MultiPlayer?TemplateID=814254
Looking for guys working on the Wunderwaffe bot: 4/21/2016 21:34:05


Norman 
Level 58
Report
I did some work on the Wunderwaffe since the release however I did nothing related to the kind of crashes players were reporting right after the autopilot launched. Do the crashes still occur and under which circumstances?

My current version of Wunderwaffe is capable to play with all WarLight settings except for local deployment. The ability to deploy everywhere is to deeply in my code. Also stuff like multiattack gets ignored.

My next planned steps are:
- Make Wunderwaffe capable to play all cards except for Diplo and Blockade.

- Make Wunderwaffe work smarter when more than 1 opponent is involved. Currently it probably throws all at his first opponent while more or less ignoring the second.

- Make Wunderwaffe expand smarter (applies mainly for huge expansion maps).

Edited 4/21/2016 21:45:17
Looking for guys working on the Wunderwaffe bot: 4/24/2016 14:48:39


Norman 
Level 58
Report
The bot wins now kinda all games against OK classic "open seat joiners":

- https://www.warlight.net/MultiPlayer?GameID=11024311 (guy with great stats in the insane challenge)
- https://www.warlight.net/MultiPlayer?GameID=11024160
- https://www.warlight.net/MultiPlayer?GameID=11024500

Edit:
- https://www.warlight.net/MultiPlayer?GameID=11024588 (at least it moves in complete fog)

Edited 4/24/2016 15:41:43
Posts 31 - 43 of 43   <<Prev   1  2  3