insilicomedicine / GENTRL

Generative Tensorial Reinforcement Learning (GENTRL) model
605 stars 218 forks source link

what's the meaning of order and tt_cores in lp.py #11

Open Flyfoxs opened 5 years ago

Flyfoxs commented 5 years ago

there are two fileds in class LP(nn.Module), but i read the class many times. still cannot get what's the meaning of them.

    self.tt_cores = []

    if order is None:
        self.order = list(range(len(distr_descr)))
    else:
        self.order = order