lfd package

Class inheritance diagram

Inheritance diagram of lfd.action_selection, lfd.settings

Submodules

lfd.action_selection module

class lfd.action_selection.ActionSelection(registration_factory)[source]

Bases: object

plan_agenda(scene_state)[source]

Plans an agenda of demonstrations for the given scene_state

Parameters:scene_state – SceneState of the scene for which the agenda is returned
Returns:An agenda, which is a list of demonstration names, and a list of the values of the respective demonstrations
class lfd.action_selection.FeatureActionSelection(registration_factory, features, actions, demos, width, depth, simulator=None, lfd_env=None)[source]

Bases: lfd.action_selection.ActionSelection

plan_agenda(scene_state, timestep)[source]
class lfd.action_selection.GreedyActionSelection(registration_factory)[source]

Bases: lfd.action_selection.ActionSelection

plan_agenda(scene_state, timestep)[source]

lfd.settings module

lfd.settings.DEBUG = False