Skip to content

Commit

Permalink
Merge pull request #7 from invrs-io/readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
mfschubert authored Jul 9, 2024
2 parents 987cb95 + acff2d8 commit 26873b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# leaderboard

The leaderboard repo tracks solutions to [invrs-gym](https://github.com/invrs-io/gym) challenges.

## How to contribute your solutions

- Clone this repository
- Add your solution to the appropriate directory, following the filename convention i.e. `challenges/{CHALLENGE_NAME}/solutions/{DATE}_{GITHUB_USERNAME}_{SOLUTION_ID}.json`
- Modify the `README.md` in the challenge directory to include your submission. Please link any publication or code that is relevant.
- Run `python scripts/eval.py`, which will detect new designs and add them to the appropriate leaderboard files
- Submit a PR for review

0 comments on commit 26873b0

Please sign in to comment.