IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
Actions Class Reference

Public Member Functions

def __init__ (self, loc)
 
def execute (self, action_label, action_param=None)
 
def move (self, targetLoc)
 
def pause (self)
 
def pick (self, Template piece)
 
def place (self)
 

Public Attributes

 ACTION_LABELS
 
 cache_piece
 
 loc
 

Detailed Description

The base action class defines all the atomic actions that an agent can execute.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  loc 
)

Member Function Documentation

◆ execute()

def execute (   self,
  action_label,
  action_param = None 
)
Execute an action given the action label and parameter

TODO: currently assume all actions only take one parameter. What if some action in the future requires more? How to update the API?

◆ move()

def move (   self,
  targetLoc 
)

◆ pause()

def pause (   self)

◆ pick()

def pick (   self,
Template  piece 
)

◆ place()

def place (   self)

Member Data Documentation

◆ ACTION_LABELS

ACTION_LABELS

◆ cache_piece

cache_piece

◆ loc

loc

The documentation for this class was generated from the following file: