Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI - variants / personalities #66

Open
hajo4 opened this issue Feb 16, 2014 · 1 comment
Open

AI - variants / personalities #66

hajo4 opened this issue Feb 16, 2014 · 1 comment

Comments

@hajo4
Copy link

hajo4 commented Feb 16, 2014

For "compete", it would be nice to be able to
run several copies of the same AI, with different settings,
e.g. for pathfinding or passenger-evaluation.
(To avoid making a lot of copies with minor changes,
which is hard to track)

This could be done with an extra parameter "variant-number"
provided by ai.init(), e.g. like ai.mapEvent(aiID, ... ),
so the AI could choose one of its built-in settings.

For AIs used for wargames, this is commonly used to give the same AI
more than one "personality", e.g. with peaceful or aggressive settings.

To see who runs with what settings, it would be nice if the
AI could then append some string to its name.

@hajo4
Copy link
Author

hajo4 commented Feb 22, 2014

The same idea "param to select a variant" could be applied to map-making programs,
i.e. same map but different placing of passengers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants