pytorch-rl
pytorch-rl copied to clipboard
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
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...