From 793ef07a3c18aec6704c9ffcaf0ba2ccf1f36e1e Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Sun, 7 May 2023 12:18:42 -0400 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f2d971c0d..e8de6c78d 100644 --- a/README.md +++ b/README.md @@ -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: