Add option for other arguments in PPO class
This commit is contained in:
parent
e57b2ffba4
commit
4287ee5a01
|
@ -30,6 +30,7 @@ class PPO:
|
|||
schedule="fixed",
|
||||
desired_kl=0.01,
|
||||
device="cpu",
|
||||
**kwargs,
|
||||
):
|
||||
self.device = device
|
||||
|
||||
|
|
Loading…
Reference in New Issue