It's UWAweek 53

help3011

This forum is provided to promote discussion amongst students enrolled in CITS3011 Intelligent Agents.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.

How do I ask a good question?
Displaying selected article
Showing 1 of 83 articles.
Currently 1 other person reading this forum.


 UWA week 40 (2nd semester, week 10) ↓
SVG not supported

Login to reply

👍?
helpful
10:50pm Mon 30th Sep, ANONYMOUS

in the run_tournament.py code we have: # generate agent objects for use in games number_of_duplicates = math.ceil(10 / len(agent_classes)) for agent_cls in agent_classes: for i in range(number_of_duplicates): agent_pool.append(create_agent(agent_cls)) does it generate agent objects to use in games for every 10 games? if not what would be the frequency of new agents objects generated?

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy