Stanford-ILIAD / PantheonRL

PantheonRL is a package for training and testing multi-agent reinforcement learning environments. PantheonRL supports cross-play, fine-tuning, ad-hoc coordination, and more.
MIT License
121 stars 18 forks source link

Documentation #11

Closed ChristiaanWewer closed 1 year ago

ChristiaanWewer commented 1 year ago

Dear, I see you have a very nice MARL library for RL. Currently I am reviewing (MA)RL libraries and I can't find a separate documentation website. Is this true? Maybe I overlook it somewhere. However the GitHub readme suggests there is one. Hope you can guide me into the right direction! Best, Chris

bsarkar321 commented 1 year ago

Hi! We currently do not have a separate documentation website. The "documentation" in the readme refers to the detailed pydoc-compatible documentation for our classes and functions within the source code. In particular, the classes and functions in pantheonrl/common detail the interface and assumptions that we make.

ChristiaanWewer commented 1 year ago

Perfect, thank you!