kzl / decision-transformer

Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling.
MIT License
2.33k stars 441 forks source link

Application to multi-agent environment #14

Closed skull8888888 closed 3 years ago

skull8888888 commented 3 years ago

Thank you for your great work!

I was wondering if this method can be applied to the environment with multiple agents, something like this. I am just starting in reinforcement learning and for now I see no reason why it couldn't be applied. But, maybe you thought about it?

kzl commented 3 years ago

Yes, there should not be any fundamental limitation when trying to apply to multi-agent environments.