fix: PPO extracted and integrated with jax
This commit is contained in:
parent
25a6299eb5
commit
ccbbfc18d7
2 changed files with 107 additions and 73 deletions
|
|
@ -347,7 +347,6 @@ extend-ignore = [
|
|||
# "PLR1705", # no-else-return
|
||||
# "PLR1706", # consider-using-ternary
|
||||
# "PLR1707", # trailing-comma-tuple
|
||||
"PLR1708", # stop-iteration-return
|
||||
# "PLR1709", # simplify-boolean-expression
|
||||
# "PLR1710", # inconsistent-return-statements
|
||||
"PLR1711", # useless-return
|
||||
|
|
|
|||
Reference in a new issue