调整代码结构

This commit is contained in:
2026-02-27 18:32:59 +08:00
parent bb67a9a56f
commit da76c6a8a0
23 changed files with 10 additions and 5 deletions
+10 -5
View File
@@ -1,5 +1,9 @@
# 强化学习的数学基础 # 强化学习的数学基础
![Python](https://img.shields.io/badge/Python-3.10%2B-blue)
![Status](https://img.shields.io/badge/Status-Learning-orange)
![License](https://img.shields.io/badge/License-MIT-green)
本项目是我在学习赵世钰老师书籍 **《Mathematical Foundations of Reinforcement Learning》** 时建立的个人仓库。主要用于记录学习笔记、公式推导,以及使用 Python/Jupyter Notebook 复现书中的算法和 Grid World 示例。 本项目是我在学习赵世钰老师书籍 **《Mathematical Foundations of Reinforcement Learning》** 时建立的个人仓库。主要用于记录学习笔记、公式推导,以及使用 Python/Jupyter Notebook 复现书中的算法和 Grid World 示例。
## 📚 关于原书 (Original Book) ## 📚 关于原书 (Original Book)
@@ -19,11 +23,12 @@
本项目主要包含以下内容: 本项目主要包含以下内容:
- `Code for grid world/`: - `Lecture slides/`: 课程相关的幻灯片。
- `python_version/`: 使用 Python 复现的 Grid World 环境及相关算法 - `Notebooks/`: 包含详细推导和实验过程的 Jupyter Notebooks
- `matlab_version/`: (可选) 原书提供的 Matlab 参考代码。 - `RawBook/`: 原书中的相关资源和代码。
- `Lecture slides/`: 课程相关的幻灯片或我的注解 - `.gitignore`: Git 忽略文件,指定不需要提交到版本控制的文件或目录
- `Notebooks/`: (计划中) 包含详细推导和实验过程的 Jupyter Notebooks - `README.md`: 项目说明文档
- `LICENSE`: 代码的开源协议说明。
## 🛠️ 环境配置 ## 🛠️ 环境配置
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB