1
Fork 0

refactor(log): use UnifiedLogger in training script

This commit is contained in:
Tibo De Peuter 2026-04-08 20:14:31 +02:00
parent 46ae13abc3
commit d9202b0390
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
2 changed files with 34 additions and 20 deletions

12
.env.example Normal file
View file

@ -0,0 +1,12 @@
# Brittle Star Project Environment Variables
# Copy this file to .env and fill in your values.
# IMPORTANT: Never commit the actual .env file, it is in .gitignore
# ---------------------------- #
# Weights and Biases API Key #
# ---------------------------- #
# To find your API key:
# 1. Log in to wandb.ai
# 2. Go to User Settings (https://wandb.ai/settings)
# 3. Scroll down to the "API keys" section
WANDB_API_KEY=your_api_key_here