New Ai Ideas
Moderator: Moderators
-
- Super Moderators
- Posts: 801
- Joined: 06 May 2008, 12:47
- Noob?: No
Re: New Ai Ideas
Here is an interresting book with idea's for AI.
On page 20, there is a picture of the so called "drunken walking" problem in kore.
http://books.google.com/books?id=Sz-Sqv ... r#PPA25,M1
for full version of the book:
http://www.freebookspot.net/Comments.as ... nt_ID=6674
On page 20, there is a picture of the so called "drunken walking" problem in kore.
http://books.google.com/books?id=Sz-Sqv ... r#PPA25,M1
for full version of the book:
http://www.freebookspot.net/Comments.as ... nt_ID=6674
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...
Mount Doom awaits us, fellowship of OpenKore!
One ST_kRO to bring them all and in the darkness bind them...
Mount Doom awaits us, fellowship of OpenKore!
Re: New Ai Ideas
OK. let's not start it here OK????Technology wrote:Here is an interresting book with idea's for AI.
On page 20, there is a picture of the so called "drunken walking" problem in kore.
http://books.google.com/books?id=Sz-Sqv ... r#PPA25,M1
for full version of the book:
http://www.freebookspot.net/Comments.as ... nt_ID=6674
We all know that problem, and it can be fixed.
But first, is the design, and skeleton coding stage.
Re: New Ai Ideas
Uh, an O'Reilly book would actually be the perfect place to start.
cs : ee : realist
-
- Kami-Sama Desu~
- Posts: 195
- Joined: 04 Apr 2008, 09:24
- Noob?: Yes
- Location: 31th Dimension
- Contact:
Re: New Ai Ideas
do we have an overview flow chart yet,
as in from program execution to the idle state?
as in from program execution to the idle state?
Re: New Ai Ideas
Abstract or detailed???isieo wrote:do we have an overview flow chart yet,
as in from program execution to the idle state?
writing Flow Chart form multi threading applications is not so simple task.
Re: New Ai Ideas
That, and UML really has no functional usage if you can't simply read the code and understand it. Pretty diagrams don't make up for spaghetti code, so I'm not sure what what devs would be helped by an AI diagram. Keep that in mind.
cs : ee : realist
Re: New Ai Ideas
Document API? or how everything Works?isieo wrote:we need to document it :/
or even both?
-
- Super Moderators
- Posts: 801
- Joined: 06 May 2008, 12:47
- Noob?: No
Re: New Ai Ideas
srcdoc has some good examples, wich should be updated for AI 2008.
Something like Initialization & main loop would be usefull imo. (old diagram)
Also, a new How the AI subsystem is designed for people that will work on AI modules.
other example:
http://www.openkore.com/wiki/index.php/ ... _subsystem
http://www.openkore.com/wiki/index.php/ ... k_overview
http://www.openkore.com/wiki/index.php/New_AI_design
Oh yea, don't forget to update the src/doc/modules.txt when you add another file, just updated it up till now.
edit: i know they describe the old design, its just for reference and to put an example to what i think the other devs are asking for.
btw, its nice how VCL used metaphors in that starship model design making it more pleasant to read.
Something like Initialization & main loop would be usefull imo. (old diagram)
Also, a new How the AI subsystem is designed for people that will work on AI modules.
other example:
http://www.openkore.com/wiki/index.php/ ... _subsystem
http://www.openkore.com/wiki/index.php/ ... k_overview
http://www.openkore.com/wiki/index.php/New_AI_design
Oh yea, don't forget to update the src/doc/modules.txt when you add another file, just updated it up till now.
edit: i know they describe the old design, its just for reference and to put an example to what i think the other devs are asking for.
btw, its nice how VCL used metaphors in that starship model design making it more pleasant to read.
Last edited by Technology on 08 Jan 2009, 16:48, edited 5 times in total.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...
Mount Doom awaits us, fellowship of OpenKore!
One ST_kRO to bring them all and in the darkness bind them...
Mount Doom awaits us, fellowship of OpenKore!
Re: New Ai Ideas
Almost none of those doc's have nothing to do with "AI 2008", they describe old design.Technology wrote:srcdoc has some good examples, wich should be updated for AI 2008.
Something like Initialization & main loop would be usefull imo. (old diagram)
Also, How the AI subsystem is designed for people that will work on AI modules.
other example:
http://www.openkore.com/wiki/index.php/ ... _subsystem
http://www.openkore.com/wiki/index.php/ ... k_overview
http://www.openkore.com/wiki/index.php/New_AI_design
Oh yea, don't forget to update the src/doc/modules.txt when you add another file, just updated it up till now.
The new one, is that "Star Ship" model with some additions to it.
I'm thinking, about adjusting auto documentation, so there will be better description about API.