Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 618 Bytes

base.rst

File metadata and controls

36 lines (19 loc) · 618 Bytes

stable_baselines3.common.base_class

Base RL Class

Common interface for all the RL algorithms

BaseAlgorithm

stable_baselines3.common.off_policy_algorithm

Base Off-Policy Class

The base RL algorithm for Off-Policy algorithm (ex: SAC/TD3)

OffPolicyAlgorithm

stable_baselines3.common.on_policy_algorithm

Base On-Policy Class

The base RL algorithm for On-Policy algorithm (ex: A2C/PPO)

OnPolicyAlgorithm