AI4Finance-Foundation / AI4Finance-Foundation/ElegantRL
Fix the AgentBase.__init__ () for all the DRL algorithms in folder /elegantrl/agents
未关闭
refactoring
- 主要语言
- Python
- 星标
- 4.4k
- 派生
- 978
- PR 合并指标
- 30 天内没有已合并 PR
描述
In the commit we still have
self.act = act_class(net_dim, state_dim, action_dim).to(self.device)
self.cri = cri_class(net_dim, state_dim, action_dim).to(self.device) \
if cri_class else self.act
the example still crashes for me
_Originally posted by @JonathanLehner in https://github.com/AI4Finance-Foundation/ElegantRL/issues/239#issuecomment-1352250265_
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。