From ddcc99ede7784ccd143c1817f6308ee385fffb7b Mon Sep 17 00:00:00 2001 From: kaixi287 Date: Thu, 8 Aug 2024 15:10:02 +0200 Subject: [PATCH] Revert "Add option for other arguments in PPO class" This reverts commit 4287ee5a01417b129879c8ea6951c7a98e3da95e. --- rsl_rl/algorithms/ppo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rsl_rl/algorithms/ppo.py b/rsl_rl/algorithms/ppo.py index a589b76..ffe5814 100644 --- a/rsl_rl/algorithms/ppo.py +++ b/rsl_rl/algorithms/ppo.py @@ -30,7 +30,6 @@ class PPO: schedule="fixed", desired_kl=0.01, device="cpu", - **kwargs, ): self.device = device