Skip to content

yoshonabee/Wall-Es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wall-Es

A real time route planning system for multi-agents

Init

# download the model weight
wget https://github.com/yoshonabee/Wall-Es/releases/download/0.0.1/weight.pkl -P backend/lib/torch/state_dict
pip install -r requirements.txt

Run

./run.sh

Open 127.0.0.1:5000 on the browser.

Test

python3 backend/test/test_game.py
python3 backend/test/test_game_print.py