chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from ray.rllib.algorithms.ppo.ppo import PPO, PPOConfig
|
||||
from ray.rllib.algorithms.ppo.ppo_tf_policy import PPOTF1Policy, PPOTF2Policy
|
||||
from ray.rllib.algorithms.ppo.ppo_torch_policy import PPOTorchPolicy
|
||||
|
||||
__all__ = [
|
||||
"PPO",
|
||||
"PPOConfig",
|
||||
# @OldAPIStack
|
||||
"PPOTF1Policy",
|
||||
"PPOTF2Policy",
|
||||
"PPOTorchPolicy",
|
||||
]
|
||||
Reference in New Issue
Block a user