openai / maddpg

Code for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
https://arxiv.org/pdf/1706.02275.pdf
MIT License
1.59k stars 484 forks source link

MADDPG for custom environment #82

Open kapilgarg7568 opened 1 month ago

kapilgarg7568 commented 1 month ago

has anyone tried using maddpg for custom use case rather than just using multiagent particle envionments? I am trying to use this maddpg for my stock trading environment but having trouble, please help me out