fix(PPOTrainer.py): bug fixes regarding jax.jit
This commit is contained in:
parent
a9302cfd4e
commit
62e11ce243
2 changed files with 44 additions and 18 deletions
|
|
@ -1,6 +1,9 @@
|
|||
from dataclasses import dataclass
|
||||
|
||||
import jax
|
||||
|
||||
|
||||
@jax.tree_util.register_dataclass
|
||||
@dataclass
|
||||
class PPOArgs:
|
||||
"""
|
||||
|
|
|
|||
Reference in a new issue