kengz / SLM-Lab

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
https://slm-lab.gitbook.io/slm-lab/
MIT License
1.24k stars 264 forks source link

Updated integer being used as boolean to boolean #439

Closed jmribeiro closed 4 years ago

jmribeiro commented 4 years ago

SARSA's self.to_train attribute updated into boolean

kengz commented 4 years ago

Hi, thanks for the effort in your PR. However this is not an issue, and is done uniformly for all the algorithms, so the single change won't be accepted.