Alright! Updated ZBwaiP to 0.3!
Fixed training loop, and reworked some early code.
This version gets carriers at a faster pace, at the cost of reducing the number of gateways. (Actually, I might have reduced it by too much). It 4-0'd Accel T, and 2-0'd Mech 1.1b due to flaws in it's detection system (so I didn't bother to run the other maps). So I'm not really sure how it does against a well built mech AI.
Myk, I hope you upload whatever it is you said you were going to upload. (nudge)
The PvT project
-
- Posts: 254
- Joined: Thu Dec 18, 2008 12:42 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The PvT project
Hey, got a good rep with ZBwaiP for you:
https://docs.google.com/file/d/0B0DevQU ... pZdzg/edit
Those pesky carriers really came out of nowhere
BTW at some point during my attack the game really lagged a lot. Down to 2fps for 100 frames or smth. I am not sure whether it was ZBwaiP or my bot though...
https://docs.google.com/file/d/0B0DevQU ... pZdzg/edit
Those pesky carriers really came out of nowhere

- Taranok
- Posts: 256
- Joined: Tue Sep 07, 2010 9:41 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The PvT project
Wow got owned pretty easily.
I think the reason that your AI deals much better than the BWAI Mech bots (I would say they work in similar ways) is probably because of the very bad Goliath behavior that is hardcoded into BWAI.
I'll definitely keep on working to make ZBwaiP better. Looks like your AI had a lot of problems with pathing at the end

I'll definitely keep on working to make ZBwaiP better. Looks like your AI had a lot of problems with pathing at the end

-
- Posts: 254
- Joined: Thu Dec 18, 2008 12:42 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The PvT project
Yeah, in-game pathfinding in Broodwar is terrible... I could replace it with A* search and order a unit to move to a new location every few frames but then the AI would run very very slowly. Also I don't see why you're so impressed with goliath micro. They're as dumb as they've always been in Broodwar. I just order them to try to attack a carrier, if it's in weapon range. 
But if you check the games vs Ximp where there are many many carriers, my goliaths really suck.

But if you check the games vs Ximp where there are many many carriers, my goliaths really suck.
- Taranok
- Posts: 256
- Joined: Tue Sep 07, 2010 9:41 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The PvT project
Well about 1/2 the time (I haven't yet figured out why) when BWAI goliaths get attacked by zealots that just waddle around and shoot very infrequently. You can take down like 12 goliaths with just 7 zealots or so.
- Taranok
- Posts: 256
- Joined: Tue Sep 07, 2010 9:41 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The PvT project
Hmm, you might have to figure out some special to evaluate that... like detect like something like during 10-12 minute mark see if the opposing AI has a Citadel of Adun; if it does than it's probably some kind of 2 base attack, otherwise it's either an expand or a very awkward attack without zealot speed or tech.
[spoiler]Actually the latter is what my TaranokAI does anyway so that might not even be helpful at all[/spoiler]Uploaded ZBwaiP 0.4. It's a bit of a strange update, i don't remember of specifics of exactly what changed. I added a few dragoons to the mix, because it's not worth having 30 zealots that usually can't all attack at the same time anyways, when you can just add some ranged units. I haven't figured out where exactly to fit in dragoon range, right now it gets it after Air weapons level 3 (so like 26 minute mark)
I'll probably fit in somehow before it starts getting air upgrades.
I still need to optimize the transition from the expanding to Stargate.
Hopefully it'll maybe put a better fight against BWAPI...
[spoiler]Actually the latter is what my TaranokAI does anyway so that might not even be helpful at all[/spoiler]Uploaded ZBwaiP 0.4. It's a bit of a strange update, i don't remember of specifics of exactly what changed. I added a few dragoons to the mix, because it's not worth having 30 zealots that usually can't all attack at the same time anyways, when you can just add some ranged units. I haven't figured out where exactly to fit in dragoon range, right now it gets it after Air weapons level 3 (so like 26 minute mark)

I still need to optimize the transition from the expanding to Stargate.
Hopefully it'll maybe put a better fight against BWAPI...
- Taranok
- Posts: 256
- Joined: Tue Sep 07, 2010 9:41 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The PvT project
Sorry this update is so fast. The thing is I will probably be doing the most modding on the weekends since I have more time. By the way if you downloaded 0.4, sorry for the cursing in there. I was kinda frustrated
.
0.5 throws out archons in favor of Arbiters. Archons take full damage from vultures and tanks so they're not really useful in any way. Stasis can be useful, and sometimes Terran AI doesn't like to scan units that are cloaked by Arbiters. Also, I squeezed in Singularity Charge before any of the air upgrades.
I don't know how Mech builds will be able to deal with a late game Protoss. I think some kind of timing attack needs to be done to at least slow progress down. May need to throw in some ghosts...who knows?
EDIT: lol it looks like I posted 1 minute later than your post? but my post is above.....

0.5 throws out archons in favor of Arbiters. Archons take full damage from vultures and tanks so they're not really useful in any way. Stasis can be useful, and sometimes Terran AI doesn't like to scan units that are cloaked by Arbiters. Also, I squeezed in Singularity Charge before any of the air upgrades.
I don't know how Mech builds will be able to deal with a late game Protoss. I think some kind of timing attack needs to be done to at least slow progress down. May need to throw in some ghosts...who knows?
EDIT: lol it looks like I posted 1 minute later than your post? but my post is above.....
-
- Posts: 254
- Joined: Thu Dec 18, 2008 12:42 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The PvT project
Taranok, I like that it chats. No arbiters were noticed though...
Rep: https://drive.google.com/?tab=mo&authus ... U1LY3V1a28
Rep: https://drive.google.com/?tab=mo&authus ... U1LY3V1a28
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Who is online
Users browsing this forum: No registered users and 0 guests