📋 Game Rule


The game rules are specified in the League/game_rules. An example can be V1.yaml. The rules specified in the official game rule file released by the League facilitator will be used to evaluate the performances of the strategies. We list some of the configuration parameters that will be specified by the League facilitator at the evaluation stage:

Each version of the game will be released with a specification of the range of parameters so the participants know what to expect.

<aside> 💡

Note

In the future, we new versions of game rule will be created in League/game_rules. User can choose when to enforce the game rule by specifying GAME_RULE parameter in config.py. Detail can be found in config.py.

</aside>

⚠️ Modification Guideline


We encourage the participants to test their strategies under various conditions by modifying config.py. However, please note that modifications on other codes, such as game.py or file in lib may lead to incompatibility at the evaluation stage since the League facilitator will be using the official version of game.py that is shared in the League repository.

For the list of file that can potentially conflict with the game rule, please checkout How to Use.

<aside> 🔸

Important If any modifications on other files seem to be necessary for your policy to run, please let the League team know by submitting an issue in Issues.

</aside>


➡️ Next, develop your strategy using our Strategies.