pytorch-rl icon indicating copy to clipboard operation
pytorch-rl copied to clipboard

This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch

Results 3 pytorch-rl issues
Sort by recently updated
recently updated
newest added

wheel file published by this project is totally useless, which includes no executable source code, check unzip your `.whl` file and check the contents.

Hey, nice work here ! Could you maybe add some more examples? Thanks !

Why is done not being used in calculating the target Q-values in train_dqn.py? Shouldn't it be used as a mask to make sure the qvalue of this state is set...