-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes + minor clean up of DeepTDLearning and DeepQLearning
Summary: A minor cleanup as suggested by Yi 1) We take `target_update_freq` as an input parameter for the DeepQLearning class but never pass it to DeepTDlearning. We need to modify this. 2) We never used any keyword parameters for DeepTDLearning so remving '**kwargs' from the input arguments. Since DeepTDLearning and its parent class PolicyLearner are base classes, I am not sure if we are going to use **kwargs here. Also updated the docstring of DeepQLearning class. Reviewed By: xuruiyang, yiwan-rl Differential Revision: D56493906 fbshipit-source-id: 64655e6a7605e1515aafe296406557e90cc55439
- Loading branch information
1 parent
8a36e3a
commit 25b01ac
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters