Skip to content

Commit

Permalink
Update codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiqingXiao committed Oct 1, 2023
1 parent a65df42 commit baceeec
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Note:
- 兼容性好:所有代码在三大操作系统(Windows、macOS、Linux)上均可运行,书中给出了环境的安装和配置方法。深度强化学习代码还提供了 TensorFlow 和 PyTorch 对照代码。读者可任选其一。
- 硬件要求低:所有代码均可在没有 GPU 的个人计算机上运行。

# 强化学习:原理与Python实现 (2018)
# 强化学习:原理与Python实现 (2019)

**全球第一本配套 TensorFlow 2 代码的强化学习教程书**

Expand Down
2 changes: 1 addition & 1 deletion en2023/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| \# | Caption |
| --- | --- |
| [Code 1-1](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | Check the observation space and action space of the environment |
| [Code 1-2](https://zhiqingxiao.github.io/rl-book/en2023/codeMountainCar-v0_ClosedForm.html) | Closed-form agent for task `MountainCar-v0` |
| [Code 1-2](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | Closed-form agent for task `MountainCar-v0` |
| [Code 1-3](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | Play an episode |
| [Code 1-4](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | Test the performance by playing 100 episodes |
| [Code 1-5](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCarContinuous-v0_ClosedForm.html) | Check the observation space and action space of the task `MountainCarContinuous-v0` |
Expand Down
2 changes: 1 addition & 1 deletion en2023/code_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| \# | 代码内容 |
| --- | --- |
| [代码1-1](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | 查看`MountainCar-v0`的观测空间和动作空间 |
| [代码1-2](https://zhiqingxiao.github.io/rl-book/en2023/codeMountainCar-v0_ClosedForm.html) | 根据指定确定性策略决定动作的智能体,用于`MountainCar-v0` |
| [代码1-2](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | 根据指定确定性策略决定动作的智能体,用于`MountainCar-v0` |
| [代码1-3](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | 智能体和环境交互一个回合的代码 |
| [代码1-4](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | 运行100回合求平均以测试性能 |
| [代码1-5](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCarContinuous-v0_ClosedForm.html) | 查看`MountainCarContinuous-v0`的观测空间和动作空间 |
Expand Down
4 changes: 2 additions & 2 deletions en2023/notation.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions en2023/notation_zh.html

Large diffs are not rendered by default.

Binary file modified zh2023/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion zh2023/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| \# | 代码内容 |
| --- | --- |
| [代码1-1](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | 查看`MountainCar-v0`的观测空间和动作空间 |
| [代码1-2](https://zhiqingxiao.github.io/rl-book/en2023/codeMountainCar-v0_ClosedForm.html) | 根据指定确定性策略决定动作的智能体,用于`MountainCar-v0` |
| [代码1-2](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | 根据指定确定性策略决定动作的智能体,用于`MountainCar-v0` |
| [代码1-3](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | 智能体和环境交互一个回合的代码 |
| [代码1-4](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCar-v0_ClosedForm.html) | 运行100回合求平均以测试性能 |
| [代码1-5](https://zhiqingxiao.github.io/rl-book/en2023/code/MountainCarContinuous-v0_ClosedForm.html) | 查看`MountainCarContinuous-v0`的观测空间和动作空间 |
Expand Down
4 changes: 2 additions & 2 deletions zh2023/notation.html

Large diffs are not rendered by default.

0 comments on commit baceeec

Please sign in to comment.