DistRL-TensorFlow2 icon indicating copy to clipboard operation
DistRL-TensorFlow2 copied to clipboard

🐳 Implementation of various Distributional Reinforcement Learning Algorithms using TensorFlow2.

Results 2 DistRL-TensorFlow2 issues
Sort by recently updated
recently updated
newest added

There is an error when the no_atoms is different than the batch size. I copied Huber Loss from [here](https://stackoverflow.com/questions/47840527/using-tensorflow-huber-loss-in-keras) And now it is working when no_atoms different than batch size.

Hi, First of all, thanks for publicly sharing your implementations of the reinforcement learning algorithms. I find your repos very useful! As I was playing around with the QR-DQN, I...