Esempio n. 1
0
def asqiiDisplay(world):
    '''
    Creates an asqii representation for blocksworld.
    '''
    blocks = blockstate.get_block_list(world)
    print str(scene.Scene(blocks))
Esempio n. 2
0
def asqiiDisplay(world):
    blocks = blockstate.get_block_list(world)
    print str(scene.Scene(blocks))
Esempio n. 3
0
 def run(self, cycle, verbose=2):
     if verbose >= 2:
         blocks = blockstate.get_block_list(self.world)
         print str(scene.Scene(blocks))