TheEimer's picture
Update README.md
24d8f9a verified
metadata
license: bsd-3-clause
configs:
  - config_name: all-algorithms
    default: true
    data_files:
      - demo_smac_data.csv
      - demo_pbt_data.csv
      - demo_rs_results.csv

ARLBench Leaderboard Data

This is the data repository for the ARLBench leaderboard. If you want to add your own runs to the leaderboard, please make a PR here with the following content:

  1. The data file(s) with your data. There's a template available you can fill in. If you add data for all algorithms, you can use a single file. If you're only adding for a subset, add separate files per algorithm.
  2. The extended data split. This means extending the ReadMe.md config. If you added a file with all algorithms, you can add that file's name in the top list. Else add all per-algorithm files in the list corresponding to the algorithm name.
  3. A description of your method as well as source code. This can be done by linking a writeup/paper and code in the PR.