wlplan.data

class DomainDataset

WLPlan dataset object.

Datasets contain a domain and a list of problem states.

Parameters:
  • domain (Domain) – Domain object.

  • data (list[ProblemDataset]) – List of problem states.

property data
property domain
class ProblemDataset

Stores a problem and training states for the problem.

Upon initialisation, the problem and states are checked for consistency.

Parameters:
  • problem (Problem) – Problem object.

  • states (list[State]) – List of training states.

  • actions (list[list[Action]], optional) – List of actions for each state.

property actions
property problem
property states