AI4Finance-Foundation / AI4Finance-Foundation/ElegantRL
A puzzle about DQN
未关闭
- 主要语言
- Python
- 星标
- 4.4k
- 派生
- 978
- PR 合并指标
- 30 天内没有已合并 PR
描述
Why do you use update_times = int(buffer.cur_size * self.repeat_times / self.batch_size) when updating the network?
update_times = int(buffer.cur_size * self.repeat_times / self.batch_size)
for update_t in range(update_times):
obj_critic, obj_actor = self.update_objectives(buffer, self.batch_size, update_t)
objs_critic.append(obj_critic)
objs_actor.append(obj_actor) if isinstance(obj_actor, float) else None
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。