concepts.benchmark.blocksworld.blocksworld.BlockWorld# class BlockWorld[source]# Bases: object Methods get_coordinates([absolute]) get_is_ground() get_moveable() get_on_relation() get_placeable() get_world_string() move(x, y) moveable(x, y) Attributes size __init__(blocks, random_order=None)[source]# __new__(**kwargs)# get_coordinates(absolute=False)[source]# get_is_ground()[source]# get_moveable()[source]# get_on_relation()[source]# get_placeable()[source]# get_world_string()[source]# move(x, y)[source]# moveable(x, y)[source]# property size#