Multi-Agent Learning with (B)Pommerman
Clone the repository:
git clone https://github.com/MarcStorm/Pommerman
Change directory to the git repository:
cd Pommerman
Create a virtual environment:
virtualenv venv
Activate the virtual env:
source venv/bin/activate
Run the setup script:
make setup