jucaleb4 / battery-trading

1 stars 0 forks source link

Robust hyperparameter reading, more organized logging, and scripting #1

Open jucaleb4 opened 7 months ago

jucaleb4 commented 7 months ago

Previous experiments had errors due to incorrectly reading or setting hyperparameter values (e.g., typos). In addition, per Abel's recommendation, we should sort experiments by __date__/__experiment_id__/__run_id__/.

Here is what we plan to do to ensure hyperparameter reading is more robust:

For organizing experiments:

jucaleb4 commented 7 months ago

Commit bec97f9 should resolve 6/7 of the issues