AI4Finance-Foundation / AI4Finance-Foundation/ElegantRL
MADDPG init issues
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 4.4k
- Fork
- 978
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Following is my code
` import elegantrl.agents.AgentMADDPG`
`a1 = elegantrl.agents.AgentMADDPG.AgentMADDPG() `
Output: AgentMADDPG.py
`in __init__ super().__init__()`
`TypeError: __init__() missing 3 required positional arguments: 'net_dims', 'state_dim', and 'action_dim'`
It is due to incorrect inheritance from of `AgentBase` class.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.