You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EduController: Educational Framework for Control Theory and AI Control
🔗 公式リンク | Official Links
言語 / Language
GitHub Pages 🌐
GitHub 💻
🇯🇵 Japanese
🇺🇸 English
📘 概要 | Overview
EduController は、古典制御から現代制御、さらに AI ベースの次世代型制御までを体系的に学べる、段階的かつ実践的な教材プロジェクトです。Python による制御理論の直感的理解から HDL 記述、LLM 統合設計まで幅広くサポートします。
EduController is a step-by-step, practical educational project covering classical, modern, and AI-based next-generation control. It supports learning from control theory in Python to HDL coding and LLM-integrated design.
🧭 構成概要 | Structure Overview
系統 / Track
内容(JP)
Overview (EN)
🎛️ 制御理論系 (Part 01〜05)
古典制御、状態空間、デジタル制御、実装演習
Classical control, state-space, digital control, practical implementation
🤖 AI制御系 (Part 06〜08)
ニューラルネット、強化学習、データ駆動制御
Neural networks, reinforcement learning, data-driven control
🧠 統合・応用制御系 (Part 09〜10)
LLM統合制御、倒立振子総合制御
LLM-integrated control, inverted pendulum control
📚 章構成一覧 | Chapter Structure
🎛️ 制御理論系 / Classical & Modern Control
Chapter
Title
Summary
Part 01
古典制御理論 / Classical Control Theory
PID制御を中心に、時間領域・周波数領域の解析・設計を体系的に学習。 Systematic study of PID control, time-domain and frequency-domain analysis & design.
Part 02
現代制御理論 / Modern Control Theory
状態空間表現を基盤とし、可制御性・可観測性、極配置、オブザーバ設計を学ぶ。 Covers state-space representation, controllability, observability, pole placement, observer design.
Part 03
適応制御・ロバスト制御 / Adaptive & Robust Control
MRAC、H∞制御、L1制御など、パラメータ変動や外乱に強い制御を学ぶ。 MRAC, H∞, L1 control for robustness against parameter variations and disturbances.
Part 04
デジタル制御と信号処理 / Digital Control & Signal Processing
Z変換、離散PID、デジタルフィルタ設計など、デジタル実装向け制御技術を習得。 Z-transform, discrete PID, digital filter design for implementation.