chore: initial commit — unified project repo

Merged code repo (CompanionGuard-RL) into single project-level git.
Reorganized root: docs/, reference/, experiments/, tmp/active|archives/.
Gitignored: data/, checkpoints/, .venv, experiment logs, tmp/archives.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-14 11:28:42 +08:00
commit bd1f51c496
85 changed files with 20568 additions and 0 deletions

6
tmp/active/start_v3.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
cd /root/siton-data-2849d4ce327c4ccfb233ce33868fe7fe/zsy/CompanionGuard-RL
ACCEL=/root/siton-data-2849d4ce327c4ccfb233ce33868fe7fe/zsy/old-road-code/envs/multimodal_affect/bin/accelerate
LOG=experiments/train_v3_$(date +%Y%m%d_%H%M%S).log
nohup $ACCEL launch --num_processes=4 --mixed_precision=bf16 scripts/train_detector.py --config configs/detector_config_server.yaml > $LOG 2>&1 &
echo "PID: $! LOG: $LOG"