Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- Mar 9, 2021, 10:20:05 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 26 26 === runsession settings 27 27 28 * Edit {{{ bw4t/runsession.py}}} program with your favourite text editor28 * Edit {{{runsession.py}}} program with your favourite text editor 29 29 * If you added a new TeamXXAgent, import it 30 30 * locate the section containing the agents list, like this … … 41 41 42 42 === runtournament settings 43 * Edit {{{ bw4t/runtournament.py}}} program with your favourite text editor. Edit the agents as described with the runsession settings above.43 * Edit {{{runtournament.py}}} program with your favourite text editor. Edit the agents as described with the runsession settings above. 44 44 * Additionally there is a {{{teamsize}}} variable. Set it to the desired team size for the sessions. 45 45 … … 70 70 ||F||to close it|| 71 71 72 Humans can also send and receive messages. Click on the balloons-icon at the top right. An additional area will appear at the right or at the bottom of the screen (notice, in many browsers this remains invisible because they hide the scroll bar). You can type your own messages and select agent(s) to ad ress to.72 Humans can also send and receive messages. Click on the balloons-icon at the top right. An additional area will appear at the right or at the bottom of the screen (notice, in many browsers this remains invisible because they hide the scroll bar). You can type your own messages and select agent(s) to address to. 73 73 74 74 = Implementing your agent