Skip to content

Commit

Permalink
bug fix in ppo constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhijab committed Nov 10, 2023
1 parent 351569a commit f4ec063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbpo/optimizers/policy_optimizers/brax_optimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def train(self,
class PPOOptimizer(BraxOptimizer):
def __init__(self,
true_buffer: UniformSamplingQueue,
system: System | None = None,
**ppo_kwargs):
super().__init__(agent_class=PPO, system=system, true_buffer=true_buffer, **ppo_kwargs)

Expand Down

0 comments on commit f4ec063

Please sign in to comment.