Add lecture materials for Model-Free, Control, and Value topics

- Added Lecture4 - ModelFree.pdf (3013 KB)
- Added Lecture5 - Control.pdf (2575 KB)
- Added Lecture6 - Value.pdf (3320 KB)
This commit is contained in:
2026-04-28 20:28:00 +08:00
commit ceddbdd559
52 changed files with 117740 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# 操作系统文件
Thumbs.db
.DS_Store
ehthumbs.db
# 编辑器配置
.vscode/
.trae/
.idea/
*.swp
*.swo
*~
# Python (如果有用到)
__pycache__/
*.py[cod]
.env/
# 编译输出 (如果有用到C/C++)
*.o
*.exe
*.out