semitable / robotic-warehouse

Multi-Robot Warehouse (RWARE): A multi-agent reinforcement learning environment
MIT License
282 stars 69 forks source link

Applying Reinforcement Learning #12

Closed miguel-arrf closed 2 years ago

miguel-arrf commented 2 years ago

Hi!

Does anyone have any documentation or tutorial on how to apply Multi-Agent Reinforcement Learning for this enviroment?

I'm having an hard time finding any good resources on how to use rlib or stable-baslines (or any other framework) for any openAI Gym environment with multi-agents.

(PS: I understand that this is not an issue, but I didn't know any better place for this :p).

Thank you!

semitable commented 2 years ago

Hi!

Have you seen the E-PyMARL codebase? It can be found here: https://github.com/uoe-agents/epymarl and it implements many interesting MARL algorithms. There are instructions on how to use it with RWARE.

miguel-arrf commented 2 years ago

Hi!

Oh, nice! I wasn't aware of that repository. I'm going to have a look!

Thank you so much! 🤩