スキル一覧に戻る
thc1006

beam-tracking-ml

by thc1006

0🍴 0📅 2025年12月30日
GitHubで見るManusで実行

SKILL.md


name: beam-tracking-ml description: Design and refactor beam tracking ML/RL pipelines (CSI teacher vs RSRP student), enforce shape contracts, and produce inference-safe models. allowed-tools: Read, Grep, Glob, Bash

Beam Tracking ML Skill

Use this Skill when:

  • translating the RL架構 diagram into code
  • refactoring sionna_beam_tracking_v2.py ideas into modular components
  • designing observation/action schemas

Guardrails

  • Always define and test shapes (B,N_BEAMS) etc.
  • Keep student (online) policy lightweight and deterministic.
  • Treat CSI-heavy path as offline only unless we explicitly design compression.

Where to put code

  • Models: beam_tracking/model/
  • Training scripts: scripts/ (do not bloat runtime xApp)
  • Interfaces: beam_tracking/schemas.py

Suggested distillation workflow

  1. Train teacher on CSI dataset (offline).
  2. Run teacher over same trajectories, log action distributions.
  3. Train student to match teacher (KL divergence).
  4. Optionally fine-tune student with small online data.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です