Replies: 1 comment
-
Hello @abzzall, thank you for your interest on deepbots! Your question is basically twofold. First, deepbots is compatible with any RL algorithm implementation that is compatible with gym environments. So, by providing your own implementation of an algorithm and using an existing or constructing a new deepbots environment, you are good to go. Now, MADDPG is an extension of DDPG for multi-agent problems. Unfortunately, deepbots doesn't support multiple agents out-of-the-box, but provides some groundwork to implement your own multi-agent scheme. You can read up more here for the |
Beta Was this translation helpful? Give feedback.
-
Is it possible to implement maddpg in deepbots?
Beta Was this translation helpful? Give feedback.
All reactions