Algo Algo Bases: Enum Enum class for the algorithms. Attributes: Name Type Description PPO str Proximal Policy Optimization REINFORCE str REINFORCE DQN str Deep Q-Network