-
-
Notifications
You must be signed in to change notification settings - Fork 5
Demo
Jacob Marshall edited this page Jan 21, 2024
·
1 revision
Demo mode provides an easy way to visualize and test an algorithm. Demo mode also enables the user to play themselves, either alone in a single-player environment or against another algorithm in a multi-player environment. If you'd like to play, configure the algorithm with:
algo_config: {
name: 'human'
}
Demo mode is nice for validating an algorithm's behavior and catching bugs that may not manifest in the form of an error.
-
manual_step
: if set to False, game simulation will run on its own except when user input is required, if set to True, simulation will wait for user input after each step -
evaluator1_config
: algorithm config for first evaluator - [multi-player]
evaluator2_config
: algorithm config for second evaluator