Search found 93 matches
- 04 Jun 2015, 21:06
- Forum: AI
- Topic: genetic algorithm on shard
- Replies: 25
- Views: 2992
Re: genetic algorithm on shard
i try now the spring-headless -generate a script.txt by starting a singleplayer through springlobby -copied this script.txt in ./spring launch by spring or spring-headless /.spring/engine/98.0/script.txt give error PANIC: unprotected error in call to Lua API (attempt to index a nil value) Errore di ...
- 04 Jun 2015, 20:37
- Forum: AI
- Topic: genetic algorithm on shard
- Replies: 25
- Views: 2992
Re: genetic algorithm on shard
In order to test Shards effectiveness during development, I wrote a lua widget that outputted information to a csv file at the end of the game that was separate from the AI that's just what I do, but I need a guide to follow. In particular, I need to know which is the directory where I have to put ...
- 02 Jun 2015, 12:46
- Forum: AI
- Topic: genetic algorithm on shard
- Replies: 25
- Views: 2992
Re: genetic algorithm on shard
you can explain? I did not understand!PicassoCT wrote:mmh.. you can run spring headless though.. pre-game.. to gain info on player performance
- 01 Jun 2015, 19:23
- Forum: AI
- Topic: genetic algorithm on shard
- Replies: 25
- Views: 2992
Re: genetic algorithm on shard
you'll see it when gameover event is called, most games implement it. to see it, just start a game, self-d all your units and you should see it :) I know this information, but I should have them automatically, I can not read them and compile them every time. there is a command or a call to get them?
- 01 Jun 2015, 19:07
- Forum: AI
- Topic: genetic algorithm on shard
- Replies: 25
- Views: 2992
Re: genetic algorithm on shard
thanks abma for fast reply at the end of the game some statistics exist (endgraph) but afaik these doesn't contain this info. how can I get this endgraph? Maybe here is some useful information, at least for the first attempt There is UnitIdle callin https://springrts.com/wiki/Lua:Callins#API:UnitIdl...
- 01 Jun 2015, 18:30
- Forum: AI
- Topic: genetic algorithm on shard
- Replies: 25
- Views: 2992
genetic algorithm on shard
Hi all, So I'd like to play around with Shard, my goal would be to change shard adding a genetic algorithm. I worked with some very simple genetic algorithms, I have made some able to simulate the evolution of some forms of simulated life, so I think I could do the same with an artificial intelligen...
- 22 Jun 2012, 22:47
- Forum: Help & Bugs
- Topic: units movement
- Replies: 2
- Views: 386
Re: units movement
Perfect.
thanks
thanks
- 21 Jun 2012, 23:56
- Forum: Help & Bugs
- Topic: units movement
- Replies: 2
- Views: 386
units movement
More help:
when I played with earlier versions of Spring (0.78, 0.83), I could draw a curved line of units (shift + left mouse clicks and drag). Now it appears a line highlights that line of the units will have, this line is always straight.
can I restore the old behavior?
Thanks
when I played with earlier versions of Spring (0.78, 0.83), I could draw a curved line of units (shift + left mouse clicks and drag). Now it appears a line highlights that line of the units will have, this line is always straight.
can I restore the old behavior?
Thanks
- 12 Jun 2012, 18:39
- Forum: Ingame Community
- Topic: Host battle
- Replies: 6
- Views: 1104
Re: Host battle
ok, I tried now and it works properly. Thank you all again, even if I had not properly understood how to use springie ingame.
- 12 Jun 2012, 12:58
- Forum: Ingame Community
- Topic: Host battle
- Replies: 6
- Views: 1104
Re: Host battle
I have never used springie. Where can I find a guide?
ok, here...http://springrts.com/wiki/Hosting_Spring/Autohost

ok, here...http://springrts.com/wiki/Hosting_Spring/Autohost


- 12 Jun 2012, 12:40
- Forum: Ingame Community
- Topic: Host battle
- Replies: 6
- Views: 1104
Host battle
Hi!
is a long time that do not play with Spring.
I have tried in recent weeks and have noticed changes. One of these: I can not host a battle using autorelay host. I play on ubuntu 12.04 and springlobby 0.147, mainly BA and BAchicken.
thanks
is a long time that do not play with Spring.
I have tried in recent weeks and have noticed changes. One of these: I can not host a battle using autorelay host. I play on ubuntu 12.04 and springlobby 0.147, mainly BA and BAchicken.
thanks
- 01 Jun 2012, 22:44
- Forum: AI
- Topic: Python artificial intelligence
- Replies: 9
- Views: 3496
Re: Python artificial intelligence
I will try to understand what is the best way, if there is one really better. I hope ... thanks again!
- 01 Jun 2012, 11:43
- Forum: AI
- Topic: Python artificial intelligence
- Replies: 9
- Views: 3496
Python artificial intelligence
Hello everyone. I intend to write an AI in python. What is the current status of python interface for the development of artificial intelligence? E 'can still use it? I tried to download it and compile it by following this guide:https://github.com/spring/Python but maybe something wrong.This guide i...