Skip to content

potassco-asp-course/project-robots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robots project

You can find the instructions of the project in the file robots.ipynb.

To submit your solution, please modify the file robots.lp of the directory asp with your encoding.

Every time you push a new commit, your solution will be tested automatically. The timeout per instance is 180 seconds, and the actual command for the test is:

  • python3.8 asp/test.py -e asp/robots.lp -i asp/instances -s asp/solutions -t 180 -opt

Using option -opt the test script asks clingo for one optimal answer set.

For help, type python3.8 asp/test.py --help.

After a few minutes you will be able to see the result of the test in the Actions tab. You can get more information about the result of the test by clicking successively on:

  1. The specific test.
  2. "Autograding".
  3. "Run education/autograding@v1".

Then scroll down until around line 150. For each instance, you will see if the test is a:

  • "success" (correct answer),
  • "failure" (wrong answer),
  • "timeout" (no solution found before the time runs out), or
  • "error" (clingo error).

About

A project in ASP about robots navigating a graph to complete a set of jobs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published