(define (problem disposal-problem)
  (:domain robot-disposal)
  (:objects
    item1 rubbish tomato1 - object
    table plate - location
  )

  (:init
    (at item1 table)
    (at rubbish table)
    (at tomato1 table)
    (handempty)
  )
)