http://play.freeciv.org/blog/2015/04/th ... eeciv-ais/
Good question: Is an AI for Factorio possible?
The Battle of 100 Freeciv AIs
The Battle of 100 Freeciv AIs
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
-
- Filter Inserter
- Posts: 478
- Joined: Sat Aug 23, 2014 11:43 pm
- Contact:
Re: The Battle of 100 Freeciv AIs
It's certainly possible to make an AI(working with a neural network) play factorio, but due to the static nature of factorio(nearly no randomness) it would be a lot more efficient to make the AI use a decision tree instead of a neural network.
Waste of bytes : P
Re: The Battle of 100 Freeciv AIs
It's easy to write an AI for Factorio. The most challenging part of the game is designing efficient layouts, which can be pre-programmed into the AI.
It wouldn't take much effort to write an AI that outperforms most humans.
If PVP or PVE ever becomes interesting it might get harder for the AI.
It wouldn't take much effort to write an AI that outperforms most humans.
If PVP or PVE ever becomes interesting it might get harder for the AI.
Re: The Battle of 100 Freeciv AIs
If the map conditions are favorable then yes, but with jagged coasts and big rocks at random locations a simple pre-programmed layout might easily fail.DaveMcW wrote:It's easy to write an AI for Factorio. The most challenging part of the game is designing efficient layouts, which can be pre-programmed into the AI.
Re: The Battle of 100 Freeciv AIs
Keen Software House (Space Engineers) is currently developing an AI for any given task (at least that's their plan) including artificial players for games.
http://blog.marekrosa.org/2015/05/gener ... 8.html?m=1
http://blog.marekrosa.org/2015/05/gener ... 8.html?m=1
Re: The Battle of 100 Freeciv AIs
Yes, I know about them. Actually, I would like to do something like this, but better ofcoursenobodx wrote:Keen Software House (Space Engineers) is currently developing an AI for any given task (at least that's their plan) including artificial players for games.
http://blog.marekrosa.org/2015/05/gener ... 8.html?m=1
Re: The Battle of 100 Freeciv AIs
How hard would it be to make an AI for Factorio that:
A: Is able to determine what it needs
and B: Is able to design factory layouts for near optimal production ratios
and C: Is able to respond to bitter/player attacks.
A: Is able to determine what it needs
and B: Is able to design factory layouts for near optimal production ratios
and C: Is able to respond to bitter/player attacks.
Re: The Battle of 100 Freeciv AIs
B isn't that hard.
There are multiple near optimal layouts around the net... The only thing for the ai to do, is to copy them.
A: the more the better. Just build mines over every deposit available. And use the layouts from the inter web.
Maybe check the production-tab every now and then and focus on ore/goods with higher usage than production.
C would be the real pain in the a... rear
There are multiple near optimal layouts around the net... The only thing for the ai to do, is to copy them.
A: the more the better. Just build mines over every deposit available. And use the layouts from the inter web.
Maybe check the production-tab every now and then and focus on ore/goods with higher usage than production.
C would be the real pain in the a... rear
Re: The Battle of 100 Freeciv AIs
Let me tack one more thing on.nobodx wrote:B isn't that hard.
There are multiple near optimal layouts around the net... The only thing for the ai to do, is to copy them.
A: the more the better. Just build mines over every deposit available. And use the layouts from the inter web.
Maybe check the production-tab every now and then and focus on ore/goods with higher usage than production.
C would be the real pain in the a... rear
D: Is able to decide what to work on next based on available resources and technology, as well as threat level of biters/players.
-
- Smart Inserter
- Posts: 1463
- Joined: Sun Jun 15, 2014 11:39 am
- Contact:
Re: The Battle of 100 Freeciv AIs
creating a factorio ai shouldn't be an impossible task. games like civilization have ai that make decisions on what to build and resources to gather. openttd and locomotion and railroad tycoon all have ai that place track and buildings based on terrain and resources. those 3 are all really old now. i have no idea how good an ai in factorio would be to play with or against but it could be done