SCML Newsletter (June 1st 2021)
This is the second SCML newsletter.
Important Request: Please upload an early version of your agent to the online competition website AS SOON AS POSSIBLE (hopefully before June 15th). This will be of tremendous help for us (by estimating the computational capacity we need) and yourself (by providing you with feedback about any issues in your agent as early as possible) and it will not at all affect your score in the official game.
From our experience, early and repeated submissions to the online competition website helps tremendously with finding bugs and issues that you many not notice otherwise. It will also help us give you better data for your models in future data releases.
- We updated the scml-visualizer (v0.2.6) resolving some bugs and adding new visualizations. Please check the updated README.
- Newer versions of SCML (0.4.4) and NegMAS (0.8.3) have been published with bug fixes. Please upgrade your development environment. If you are using pip, this is as simple as running
pip install -U negmas scml
- Our community is still growing:
- 10 teams have already uploaded early versions of their agents. We thank them.
- 12 new registrants on the official website since May 10th. We are up to 32 registrants so far in 2021 (72 in total).
- The first data release with logs from some of the games ran in the tournaments conducted so far will be published online tomorrow. Please check the competition website for the dataset.
- Some of you may have faced difficulties uploading their agent this week (i.e. the process finishes, but the agent does not get tested). This was caused by a resource allocation error in our task queue which should be resolved now. If you face a situation like this, just drop us an email. Hopefully, this problem will not happen again.
- We added a new optional base-class for SCMLOneShot.
OneshotIndNegotiatorsAgent
is designed to simplify the life of participants who want to relinquish control of each negotiation to a dedicated Negotiator
with its own utility function. The main advantage of this base class is that it allows you to leverage Genius agents (including past ANAC winners). A tutorial was added here. Please be sure to check the many caveats in the tutorial about using this type of agent before considering it. In most cases, it will not be beneficial to switch to this type of agent.
- We updated the distributions from which disposal cost distribution parameters and shortfall penalty distribution parameters in the one shot track are sampled. Please check Table 3 on Page 14 of the game description. This was done to increase the minimum quantity produced in a large set of test configurations when built-in agents played together.
Important Request (Intentional Repeat): Please upload an early version of your agent to the online competition website AS SOON AS POSSIBLE (hopefully before June 15th).
On Behalf of the SCML Organizing Committee
yasser