POLAYOR

06 2023 档案

贝尔曼公式
摘要:# 贝尔曼公式 ## Calculating return 1. Direct calculate 2. Bootstrapping (returns rely on each other) ### Bellman equation - Calculate returns in bootstrapp 阅读全文

posted @ 2023-06-10 11:00 POLAYOR 阅读(116) 评论(0) 推荐(0)

基本概念
摘要:# 基本概念 ## State $$ s_i\quad, \quad S = \{s_i\} $$ - 表示状态和状态空间(集合) ## Action $$ a_i \quad , \quad A = \{a_i\} $$ - 表示动作和动作空间(集合) - 可用Tabular representa 阅读全文

posted @ 2023-06-10 10:59 POLAYOR 阅读(49) 评论(0) 推荐(0)

导航