Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PPOTrainer argument train_dataset -> dataset (#1321)
Both the argument's name as well as the value need to be renamed. Otherwise we get both NameError: name 'train_dataset' is not defined and TypeError: PPOTrainer.__init__() got an unexpected keyword argument 'train_dataset'
- Loading branch information