AI4Finance-Foundation / ElegantRL

Massively Parallel Deep Reinforcement Learning. 🔥
https://ai4finance.org
Other
3.76k stars 852 forks source link

Cannot find reference 'ActorMAPPO' in 'net.py' #230

Closed josyulakrishna closed 2 years ago

josyulakrishna commented 2 years ago

Hi I want to use this library for Multiagent RL, in AgentMAPPO.py file there are two undefined references from elegantrl.agents.net import ActorMAPPO, CriticMAPPO ActorMAPPO and CriticMAPPO how can I fix can this?

shixun404 commented 2 years ago

@josyulakrishna Hi, there is an available demo for QMIX in a past version of ElegantRL, https://github.com/AI4Finance-Foundation/ElegantRL/commit/02dd28aa25fce9db2a663dfa5d3052551bd83561.

Thanks for your participation :) For MAPPO, our team will deliver it as soon as possible.

josyulakrishna commented 2 years ago

@shixun404 thank you very much, i will use this right away, can i use QMIX for continuous action spaces?

shixun404 commented 2 years ago

@josyulakrishna No problem. This QMIX demo is for discrete action space. For continuous action space, you can use MADDPG or MAPPO. I thought there was a MADDPG demo before. I will go to check it :)

josyulakrishna commented 2 years ago

Thank you @shixun404 ! My application is on continuous action spaces, if the maddpg demo is available too that'd be great, apologies for too many requests haha..

shixun404 commented 2 years ago

@josyulakrishna Take it easy :) This is a MADDPG demo https://github.com/shixun404/MADDPG_Demo. Thanks for your interest in ElegantRL.

josyulakrishna commented 2 years ago

Haha thank you again @shixun404 ! :)

shixun404 commented 2 years ago

@josyulakrishna You're welcome! Thanks for your support of ElegantRL.