Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 515 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 515 Bytes

multi-agent Bayesian reinforcement learning

Bayes-adaptive approach towards solving multi-agent RL problems at https://www.github.com/samkatt/mabrl

Install

To install this project locally, simply use the setup:

>>> python -m pip install -e .

Note that some dev tools can be separately installed via the requirements:

>>> python -m pip -r requirements_dev.txt