ANAC Leaderboard
Days
Hours
Minutes
Seconds

The final submission deadline in your time-zone is:

  • Make sure that you marked the correct league/track(s) for your agent, submitted your code, passed the test, and submitted an initial version of the report and requirements.txt files by the deadline above.
  • If you are using multiple files in your code, check this for how to import files correctly in your agent.
  • If you are using sklearn or a similar library and need to load files in real time, check this for how to load your files
  • If you need to lead fiels in real time, they must be included in the submitted code zip. Also, check this for how to load your files
  • It is strictly prohibited for your agent to write any information to the hard disk between runs or to access the internet in any way. Failure to comply with this will result in immediate disqualification
  • It is strictly prohibited to have more than one submission in the same league/track developed by the same team. Failure to comply with this will result in immediate disqualification
  • Please do not use "print" inside your agent to avoid messing up the tournament output.
  • Finally, please use representative names for your team, and agent and use TitleCaseWithoutUnderscores for class names. Your agent name and class name should be unique, should not match any built-in agent, and should be related

ANL

Based on the tournament 18884 run on 2026-03-20 09:29:25 UTC with 5 scenarios (448 negotiations).

# Team/Agent Score
1 DefaultAgent 5,155
2 Boulware 4,686
3 Linear 4,511
4 Conceder 4,173

Registered (2 Competitors):
DefaultAgent (20914) AdaptiveNegotiator (20949)

Failing test (0 Competitors):

Missing Report (2 Competitors):
DefaultAgent (20914), AdaptiveNegotiator (20949),

Missing Requirements (0 Competitors):

Missing Metadata [e.g. class name, module path] (0 Competitors):

Running in the official competition (0 Competitors):

HAN

Based on the tournament 18889 run on 2026-03-21 10:33:27 UTC with 3 scenarios (192 negotiations).

# Team/Agent Score
1 Boulware 7,615
2 Linear 6,733
3 Conceder 5,379
4 DefaultNegotiator 1,335

Registered (1 Competitors):
DefaultNegotiator (20915)

Failing test (0 Competitors):

Missing Report (1 Competitors):
DefaultNegotiator (20915),

Missing Requirements (1 Competitors):
DefaultNegotiator (20915),

Missing Metadata [e.g. class name, module path] (0 Competitors):

Running in the official competition (0 Competitors):

SCML (OneShot)

Based on the tournament 18890 run on 2026-03-23 08:34:24 UTC with 3 configs (90 simulations).

# Agent Score
1 AlmostEqualAgent 10,860
2 CostAverseAgent 10,815
3 Rchan 10,815
4 RandDistOneShotAgent 10,281
5 DefaultRLAgent 8,796
6 DefaultOSAgent 5,029

Registered (5 Competitors):
DefaultOSAgent (20921), DefaultRLAgent (20923), CostAverseAgent (20221), Rchan (20420), AlmostEqualAgent (20457)

Failing test (0 Competitors):

Missing Report (2 Competitors):
DefaultOSAgent (20921), DefaultRLAgent (20923),

Missing Requirements (2 Competitors):
DefaultOSAgent (20921), DefaultRLAgent (20923),

Missing Metadata [e.g. class name, module path] (0 Competitors):

Running in the official competition (3 Competitors):
CostAverseAgent (20221), Rchan (20420), AlmostEqualAgent (20457)

SCML (Standard)

Based on the tournament 18881 run on 2026-03-14 15:22:41 UTC with 2 configs (4 simulations).

# Agent Score
1 AS0 10,072
2 SyncRandomStdAgent 8,366

Registered (2 Competitors):
AS0 (20172), DefaultStdAgent (20922),

Failing test (0 Competitors):

Missing Report (1 Competitors):
DefaultStdAgent (20922),

Missing Requirements (1 Competitors):
DefaultStdAgent (20922),

Missing Metadata [e.g. class name, module path] (0 Competitors):

Running in the official competition (1 Competitors):
AS0 (20172),