Skip to content

If define model with no actions the model cannot be loaded #31

@relund

Description

@relund

w<-binaryMDPWriter("test_")
w$setWeights(c("Duration", "Net reward"))
w$process()
w$stage()
for (ii in 2:10 ) {
w$state(label="test")
w$endState()
}
w$endStage()
w$endProcess()
w$closeWriter()

mdp<-loadMDP("test_", verbose = T)
mdp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions