Step-2 What are the definitions of the different actions? a) Go (x, y) Precondition : At (monkey, x) Effects : ¬At (monkey, x), At (monkey, y) b) Push (object, x, y, height) Pre condition : At (monkey, x), At (object, x), Position (monkey, height), Position ( object, height ) Effects: ¬ (monkey, x), ¬At (object, x), At (monkey, y), At(object, y)\ c) Climb up (object, y) Precondition : At (monkey, x), At (object, x), Position (monkey, low), Position (object, low) Effects : ¬Position (monkey, low), Position (monkey, high), On (monkey, object ) 31 August 2015 6