p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch

Reproduce Discrete Soft Actor Critic in TF 2.0

junhuang-ifast opened this issue · 1 comments

Hi are there any pointers on how to reproduce the Discrete SAC code in tf2? Especially the torch.gather() which does not particularly behave the same way as tf.gather or tf.gather_nd. Any help would be appreciated !

solved this using a hacky way with tf.gather_nd