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:
+22
@@ -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
|
||||
Reference in New Issue
Block a user