Forest is a Jason project that implements an intelligent agent system based on AgentSpeak. It follows the BDI (Belief–Desire–Intention) model, enabling software agents to perceive their environment and act autonomously to achieve goals.
Context: Grodor the Goblin has stolen some of your items. In order for him to return them, he has sent you on a quest to search the forest and collect particular items of great value to him: a coin, a vase, and a gem. You need to collect these items, and then return to Grodor the Goblin and give them to him. Upon further consideration, you have decided that the forest is far too dangerous for you to be wandering around alone, so you have decided to employ an agent who will do the task for you (you should write the hero agent).
For running it you should:
- Proper install JASON (CLI if possible) and Java (if needed)
- Go to the Forest folder
- Run it by:
./gradlew run - If gradle errors occurs it might be necessary to build before (graddle wrapper)