Mark_0934
Mark_0934

Reputation: 11

Do not use the environment provided by gym, use my own environment to implement MADDPG

What I am doing is applying MADDPG to real-world problems, so I have to build my own environment. Nowadays, the vast majority of MADDPG algorithms on the internet are implemented through the environment provided by gym. I want to know how to apply the MADDPG algorithm to my own environment? In addition, the actions of the agents in my environment are continuous

Upvotes: -1

Views: 9

Answers (0)

Related Questions