A demo tool for the multi-agent reinforcement learning layout extension. You can access an online version of the tool here.
In order to deploy and run a local instance of the tool, please follow the steps below:
- Installation
git clone https://github.com/kinimesi/marl-layout-demo.git
cd mral-layout-demo
npm install
- Build and Start
npm run build
sudo npm start
Then, open a web browser and navigate to localhost. Please note that the default port is 80 but you can run this application in another port by setting 'port' environment variable.