Ppo
mighty.mighty_models.ppo
#
PPOModel
#
PPOModel(
obs_size,
action_size,
hidden_sizes=[64, 64],
activation="tanh",
continuous_action=False,
)
Bases: Module
PPO Model with policy and value networks.
Source code in mighty/mighty_models/ppo.py
forward
#
Forward pass through the policy network.