LGZ-BIT

Results 2 issues of LGZ-BIT

a_n = [agent.choose_action(obs, noise_std=0) for agent, obs in zip(self.agent_n, obs_n)] # We do not add noise when evaluating TypeError: 'NoneType' object is not iterable obs_n = None 怎么解决

Hi, thanks for your great work for community.! But when I wanted to re-train the RVQ using the command released, some errors occurred. Traceback (most recent call last): File "/home/user/grad_proj/momask-codes/train_vq.py",...