Revert "Add option for other arguments in PPO class"

This reverts commit 4287ee5a01.
This commit is contained in:
kaixi287 2024-08-08 15:10:02 +02:00
parent 4287ee5a01
commit ddcc99ede7
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class PPO:
schedule="fixed", schedule="fixed",
desired_kl=0.01, desired_kl=0.01,
device="cpu", device="cpu",
**kwargs,
): ):
self.device = device self.device = device