From 1aa5f1f06eb10ab42cb41c36de5ee21e910fafab Mon Sep 17 00:00:00 2001 From: Caryn Tran Date: Tue, 23 Jan 2024 03:58:09 -0600 Subject: [PATCH] Update README.md --- experiments/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/experiments/README.md b/experiments/README.md index 9d1a115..f1c0b2a 100644 --- a/experiments/README.md +++ b/experiments/README.md @@ -8,6 +8,10 @@ python -m experiments --help # Setup - Please edit params.py with the appropriate params for your experiments. + - She's a bit hacky. >_< + - Algorithm keys can include suffixes separated by an underscore. So `lr_test` is a valid key for `lr`. + - And suffixed algorithms inherit and override params from the algorithm dict. So `lr_test` gets all of `lr` params. + - Try using the `make` CLI command and examining the params file if you want to check what's going on. - System and algorithm keys should be specified in keys.py # Commands