Submitting Your Entry to MCTF@AAMAS2024 

Submission Steps

Step 1: Register for a free Codalab account and go to the MCTF competition Codalab page here

Step 2: Click on the 'Participate' tab then select Submit/View Results to see the competition leaderboard on Codalab

Step 3: Format your submission following the steps given in the Formatting Your Submission section below

Step 4: Drop your submission zip folder in  the 'Submit/View Results' under the Participate' tab on Codalab.

Testing Your Trained Policies Locally (on your machine)

Updating Trained Policies in solution.py 

The solution.py file in the rl_test directory provides the basic layout for loading the trained policies for your agent team for testing . First import your learned policies from the policies directory created from step 1 above. In the compute_action section you will map an agent_id to a policy or heuristic which will return an action for that agent to take.

Formatting and Uploading Your Submission

DO NOT USE tar, gzip, or any other compressed folder format.

The competition code is currently set up to allow for training using RLlib. If you would like to use different reinforcement learning library, contact the competition organizers via email mctf2024@gmail.com or MCTF@AAMAS2024 Slack Channel.