project_dis_restoration

Submodules

Package Contents

Classes

DNN_TieLine

DNN_VarCon

class project_dis_restoration.DNN_TieLine(observation_space, action_space)
collect(self, s, expert_a, other=None)
end_collect(self)
train(self)
predict(self, x, batch_size=1)

predict on (a batch of) x

remember(self, state, action, reward, next_state, done)
experience_replay(self)
class project_dis_restoration.DNN_VarCon(observation_space, action_space)
collect(self, s, expert_a)
end_collect(self)
train(self)
predict(self, x, batch_size=1)

predict on (a batch of) x