AI4Finance-Foundation / AI4Finance-Foundation/ElegantRL
Fix the AgentBase.__init__ () for all the DRL algorithms in folder /elegantrl/agents
Aperta
refactoring
- Lingua principale
- Python
- Stelle
- 4.4k
- Fork
- 978
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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_
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.