From f3a398ac951a502ea9ea4b5f66f4b68d53dd61fd Mon Sep 17 00:00:00 2001 From: Xinlei_Zhou <105836659+ZhouXiinlei@users.noreply.github.com> Date: Sun, 23 Apr 2023 00:38:20 +0800 Subject: [PATCH] update:add 4.6.9 add contents about DRL with 4.6.9/4.6.9.1/4.6.9.2 --- .vitepress/config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vitepress/config.js b/.vitepress/config.js index df393ee..2a4bf3c 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -419,6 +419,15 @@ export default defineConfig({ { text: '4.6.8.9MoCo v3', link: '/4.人工智能/4.6.8.9MoCo v3' }, { text: '4.6.8.10总结', link: '/4.人工智能/4.6.8.10总结' }, ] + }, + { + text: '4.6.9深度强化学习', + collapsed: true, + items: [ + { text: '4.6.9深度强化学习', link: '/4.人工智能/4.6.9深度强化学习' }, + { text: '4.6.9.1前言', link: '/4.人工智能/4.6.9.1前言' }, + { text: '4.6.9.2基础资料推荐', link: '/4.人工智能/4.6.9.2基础资料推荐' }, + ] } ] },