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

Commit 873a25f

Browse files
committed
update contribution workflow
1 parent 99f99ef commit 873a25f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/submissions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +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
24-
- Clone this repository
25-
- Install via `pip install .`
23+
- Open source your solutions on your own GitHub repo, using MIT or similar license.
24+
- Clone this repository.
25+
- Install via `pip install -e .`
2626
- 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.
2727
- 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.
28-
- Run `python scripts/eval.py`, which will detect new designs and add them to the appropriate leaderboard files
28+
- Run `python scripts/eval.py`, which will detect new designs and add them to the appropriate leaderboard files.
2929
- 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.
3030
- 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)