Artificial Intelligence (project)
Posted: Wed Oct 26, 2005 10:48 pm
Hello,
can you give some hints on what to learn (algorithms/techniques...) in order to do a program wich allows an artificial agent to
1) go around in a map it doesn't know, learning it
2) the agent is allowed some time to learn the map... then the agent would receive an order (go to position x) and then it would should one of the several ways he knows to go from his position to x - the fastest way for example.
Regarding the ways to represent a map, wich are recommended? Using graphs?
Thanks.
can you give some hints on what to learn (algorithms/techniques...) in order to do a program wich allows an artificial agent to
1) go around in a map it doesn't know, learning it
2) the agent is allowed some time to learn the map... then the agent would receive an order (go to position x) and then it would should one of the several ways he knows to go from his position to x - the fastest way for example.
Regarding the ways to represent a map, wich are recommended? Using graphs?
Thanks.