-
Hi, I'm wondering if there is any successful implementation of Deep Reinforcement learning agents in MESA. There are various Reinforcement learning (RL) libraries / baselines to choose from i.e. (https://blog.dataiku.com/on-choosing-a-deep-reinforcement-learning-library). Is it worth the effort to implement deep reinforcement learning agents in a MESA based models (simulation environments) ? Eventhough GymAi environments are available - although i noticed the focus of GymAi simulation environment (model) are mostly on single agents. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I think it is straightforward to implement any Mesa model as a gym environment that can be plugged in with any DRL libraries you use, like RLib. You just need to expose your model |
Beta Was this translation helpful? Give feedback.
-
I can't give you a specific repo but here is a list of repos that use Mesa there maybe one in there https://github.com/projectmesa/mesa/network/dependents If you do find please post |
Beta Was this translation helpful? Give feedback.
-
I just discovered whynot. |
Beta Was this translation helpful? Give feedback.
I can't give you a specific repo but here is a list of repos that use Mesa there maybe one in there https://github.com/projectmesa/mesa/network/dependents
If you do find please post