Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 99f99ef

Browse files
committed
update contribution workflow
1 parent d52a3af commit 99f99ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/submissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ If you generated solutions using your own implementation of a gym challenge, you
2020

2121
## How to contribute your solutions
2222

23+
- Open source your solutions on your own GitHub repo, using MIT or similar license
2324
- Clone this repository
2425
- Install via `pip install .`
2526
- Add your solution to the appropriate directory, following the filename convention `challenges/{CHALLENGE_NAME}/solutions/{YYMMDD}_{GITHUB_USERNAME}_{ID}.json`. The `ID` may be any meaningful string of your choosing.
26-
- Modify the `README.md` in the challenge directory to include your submission. Please link any publication or code that is relevant.
27+
- Modify the `README.md` in the challenge directory to include your submission. Please link your GitHub repo, and feel free to link and any publication or code that is relevant.
2728
- Run `python scripts/eval.py`, which will detect new designs and add them to the appropriate leaderboard files
2829
- Run `python scripts/summary.py` which will regenerate the `challenges/README.md` including your submissions. Take care that the `README.md` associated with each challenge has been properly updated.
2930
- Submit a PR for review. A github action will re-run the evaluation of your designs and ensure they match the leaderboard updates.

0 commit comments

Comments
 (0)