• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Nov-2021-

img/H03-May-2022-

README.mdH A D16-Nov-2021488 149

board.lpH A D16-Nov-20211.9 KiB4339

robots.lpH A D16-Nov-2021946 3621

visualize.pyH A D16-Nov-202119.4 KiB481425

README.md

1# A Ricochet Robots Solver
2
3Alex Randolph's board game Ricochet Robots offers a rich and versatile
4benchmark for ASP. As it stands, it represents a simple multi-agent planning
5problem in which each agent, i.e., robot, has limited sensing capacities (that
6is, only bumps are detected).
7
8This little script allows you to first select a target and then move the
9robots. If you run out of ideas, you can click on solve! to get a little
10help from ASP. To start, call
11
12    python visualize.py
13
14