How to make an environment similar to the live competition #103
Unanswered
a4rcvv
asked this question in
one-shot-qa
Replies: 1 comment 3 replies
-
|
Unfortunately, the only way to reproduce the online environment is to actually have access to other competitor agents. Nevertheless, you are right to suspect that something is not right. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using this code to evaluate my agent. (Based on Running a One-Shot tournament)
I use the agents in
scml_agentsas the competitors and the score of my agent is 1.0 or higher, so I think my agent works well in this code. However, in the live competition, the score is about 6000. I think it is too weak compared to the result in the local environment. (It is based on the assumption that a displayed score in the Online Tournament is 10,000 times as same as that in the local environment)I’m suspecting (but not sure) that my agent doesn’t make any contracts in the live competition, because the score of it is similar to the score of the agent which responds END_NEGOTIATION immediately.
So, I have to identify what is happening in the live competition. Is there better way to reproduce the environment of it and the official competition?
Here is the versions of Python and libraries I’m using.
Beta Was this translation helpful? Give feedback.
All reactions