Participate in both oneshot and std #100
-
|
I have been creating agents based on OneShotAgent. And I submitted this program to OneShot League. (1) To be in two leagues as two different agents. (2) Be in two leagues as the same agent. Please let me know so that I can decide on a future course of action. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
Both (1) and (2) are possible both technically and according to the rules. OneShot agents that are marked to work in the Std/Collusion leagues will run through an adapter that we already provide. Nevertheless, they will not behave very well because some of the assumptions they will usually have will be broken. For example, delivery time is not negotiable in OneShot but is negotiable in Std/Collusion. I suggest that you use option (1) but if you want you can just try option (2) first and see how does your agent behave. We do not officially support agents based on OneShotAgent is std/collusion. |
Beta Was this translation helpful? Give feedback.
-
|
Yes. When you press fork, a new agent is created. You can update either agent later but you can have only one active agent per login (we know it is a limitation but the system was originally designed for one agent in all tracks). The best way to participate in all tracks using option (1) is to register two teams (same members is ok) in the system one for Oneshot and another for std/collusion. You will need another email for that though. |
Beta Was this translation helpful? Give feedback.
-
You can have multiple agents under the same user account. You can find all of them under the The To edit any submission, you have to activate it first as described above.
Yes the active agent is the one that is being edited under the
You can have one active agent per user. To have two agents participating the competition, you need to have multiple users. For the official competition (at IJCAI), the team can have at most one agent per league. This means you cannot have two one-shot agents in the official competition (or std or collusion). You can though have one agent the one shot track using one user and another agent using a different user participating in std and collusion tracks (that is option (1) in your original post). |
Beta Was this translation helpful? Give feedback.
-
Exactly. Thank you for your interest is SCML. |
Beta Was this translation helpful? Give feedback.
You can have multiple agents under the same user account. You can find all of them under the
submissionstab. Only one of these will be active at any point of time and this is the one that participates in the online competition and the official competition. You can activate any agent by pressing the "Activate" button on its record in thesubmissionstab.The
Active Agenttab shows the details of the currently active agent.Fork agent, creates a newsubmissionbased on the current active agent.To edit any submission, you have to activate it first as described above.