19 Feb
2020
19 Feb
'20
12:54 p.m.
Hi all, I'm having issues in understanding functions to access level entropy in a NSBM, in particular [state.level_entropy(x) for x in range(len(state.get_levels()))] whose sum is equal to state.entropy(), is different from [x.entropy() for x in state.get_levels()] What is the difference between the two? How can I use both the informations? d