ActorCritic Class ================= This class implements a GBT-based Actor-Critic learner for reinforcement learning. The ActorCritic class can be used with a shared-tree structure or a separate tree strucutre. Usage examples: GBT-based PPO/AWR implementations. .. autoclass:: gbrl.ac_gbrl.ActorCritic :members: :undoc-members: :show-inheritance: