AI4Finance-Foundation / AI4Finance-Foundation/ElegantRL

Fix the AgentBase.__init__ () for all the DRL algorithms in folder /elegantrl/agents

オープン
#242 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。