Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfschubert authored Jul 9, 2024
1 parent d92c3ef commit 31b6f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# leaderboard

The leaderboard repo tracks solutions to [invrs-gym](https://github.com/invrs-io/gym) challenges.
The leaderboard repo tracks solutions to [invrs-gym](https://github.com/invrs-io/gym) challenges. The evaluation metrics include the `eval_metric` scalar associated with each challenge, and the minimum width and spacing measured using the [imageruler](https://github.com/NanoComp/imageruler) algorithm.

Solutions are the `params` which are passed to the `response` method of the component associated with a gym challenge. They can be saved to json format by,

Expand All @@ -12,7 +12,7 @@ with open("my_solution.json", "w") as f:
f.write(serialized)
```

The evaluation metrics include the `eval_metric` scalar associated with each challenge, and the minimum width and spacing measured using the [imageruler](https://github.com/NanoComp/imageruler) algorithm.
Solutions can also be provided as csv files.

## How to contribute your solutions

Expand Down

0 comments on commit 31b6f2b

Please sign in to comment.