Questions tagged [golog]

Golog is a high-level agent programming language based on Prolog.

Golog is a high-level agent programming language based on Prolog.

Implementations

3 questions
2
votes
0 answers

Stuck on understanding Golog Interpreter - how can I avoid hardcoding?

Hi there I'm trying to establish a Search Plan using Golog, I've written out the necessary primitive actions, but I'm stuck on bridging the gap on writing complex actions in golog. For example, I want to be able to write out a series of moves an…
Elliott de Launay
  • 1,027
  • 13
  • 31
2
votes
1 answer

Convert MIndiGolog fluents to the IndiGolog causes_val format

I am using Eclipse (version: Kepler Service Release 1) with Prolog Development Tool (PDT) plug-in for Prolog development in Eclipse. Used these installation instructions: http://sewiki.iai.uni-bonn.de/research/pdt/docs/v0.x/download. I am working…
PJvG
  • 1,310
  • 3
  • 16
  • 33
1
vote
2 answers

Prolog error in loop

I would need help about Prolog. I posted my code, the problem is that i do not obtain the expected result. I want planning actions for moving on table all blocks until is possible. To do this I prompt : ?- do(while(some(x, block(x) &…
angelius
  • 493
  • 2
  • 5
  • 9