Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored May 7, 2023
1 parent 02b718c commit 793ef07
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,15 @@ You can assume that you have access to the following functions:

1. Fork this repository and clone it to your local machine.
2. Get puterbot up and running by following the instructions under [Setup](#Setup).
3. Create a new file under `strategies` to contain your replay strategy. You
may base your implementation off of `naive.py` or `demo.py`
4. Write unit tests for your implementation.
3. Look through the list of open issues at https://github.com/MLDSAI/puterbot/issues
and once you find one you would like to address, indicate your interest with a comment.
4. Implement a solution to the issue you selected. Write unit tests for your
implementation.
5. Submit a Pull Request (PR) to this repository. Note: submitting a PR before your
implementation is complete (e.g. with high level documentation and/or implementation
stubs) is encouraged, as it provides us with the opportunity to provide early
feedback and iterate on the approach.

See https://github.com/MLDSAI/puterbot/issues for ideas on where to start.

See `strategies/demo.py` for example usage of a Large Language Model.

### Evaluation Criteria

Your submission will be evaluated based on the following criteria:
Expand Down

0 comments on commit 793ef07

Please sign in to comment.