SCML2020/2021¶
This module describes the Supply Chain Management League Platform as run in 2020 and 2021.
scml.scml2020 Package¶
Implements the SCML 2020 world design.
The detailed description of this world simulation can be found here.
Functions¶
|
Checks whether an agent is a system agent or not |
Classes¶
|
|
|
A report published periodically by the system showing the financial standing of an agent |
|
Defines all private information of a factory |
|
A production failure |
|
Represents a contract to be revealed at revelation_time to buyer and seller between them that is not agreed upon through negotiation but is endogenously given |
|
An agent that negotiates randomly. |
|
An agent that does nothing for the whole length of the simulation |
|
Implements the base class for agents that negotiate independently with different partners. |
Implements the base class for agents that negotiate independently with different partners using trading/catalog prices to control signing |
|
|
An agent that tries to buy cheap and sell expensive but does not care about production scheduling. |
An agent that tries to buy cheap and sell expensive but does not care about production scheduling. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A simple monolithic agent that tries to carefully make small profit every step. |
|
A Supply Chain SCML2020World simulation as described for the SCML league of ANAC @ IJCAI 2020. |
|
|
|
|
|
A production failure |
|
The Agent SCML2020World Interface for SCML2020 world. |
|
Provides a simulator to the agent. |
|
Represents a strategy for controlling production. |
|
A production strategy that converts all inputs to outputs |
|
A production strategy that produces ONLY when a contract is secured |
|
A production strategy that produces ONLY for contracts that the agent did not initiate. |
|
A prediction strategy for expected inputs and outputs at every step |
|
Predicts a fixed amount of trade both for the input and output products. |
A prediction strategy for expected inputs and outputs at every step |
|
|
Predicts that the there is a fixed execution rate that does not change for all partners |
|
Predicts the mean execution fraction for each partner |
|
Predicts an amount based on publicly available market information. |
|
Signs all contracts no matter what. |
Signs all contracts that can in principle be honored. |
|
|
Signs all contracts that have good prices |
|
Base class for all trading strategies. |
|
The agent reactively responds to contracts for selling by buying and vice versa. |
|
A trading strategy that uses prediction strategies to manage inputs/outputs needed |
|
A negotiation manager is a component that provides negotiation control functionality to an agent |
|
A negotiation manager that controls a controller and another for selling for every timestep |
|
A negotiation manager that manages independent negotiators that do not share any information once created |
|
My negotiation strategy |
|
A simulated factory |
|
The Agent SCML2020World Interface for SCML2020 world. |
|
Base class for all SCML2020 agents (factory managers) |
|
An adapter allowing agents developed for SCML-OneShot to run in |