Dat Nguyen

Results 3 issues of Dat Nguyen

DataFrame.Append deprecated and need to be replaced by pandas.concat. DataFrame.Append: def check_state_exist(self, state): if state not in self.q_table.index: self.q_table = self.q_table.append( pd.Series( [0]*len(self.actions), index=self.q_table.columns, name=state, ) ) Pandas.Concat: def check_state_exist(self,...

Param repeat: number of repetitions in the training data. Default is None which means looping perpetually. ![image](https://github.com/Stability-AI/generative-models/assets/87078249/b35afa4a-7d6b-4b66-8620-84f651104c7c) This caused the example training stucks: #136 Epoch 0: : 0it [00:00, ?it/s]

I am trying to reproduce the project on Colab. I was able to reproduce mostly everything but it seems that only the MinkowskiEngine installation has a problem. The error is...