Revert "Add option for other arguments in PPO class"
This reverts commit 4287ee5a01
.
This commit is contained in:
parent
4287ee5a01
commit
ddcc99ede7
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue