Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 444 Bytes

File metadata and controls

15 lines (10 loc) · 444 Bytes

UnityPrologLab2

Source code of the second laboratory session on UnityProlog

Task

Implement the knowledge base of the DeliveryBot agent, such as the agent is able to:

  1. Check if there are boxes ready to be managed
  2. Pick up the box
  3. Store it in the right place

The core implementation is courtesy of Nicola Poli and Università degli Studi di Bologna

The original work is available @ https://github.com/conner985/UnityLogic