This is a trained PPO model playing LunarLander-v2.
from stable_baselines3 import PPO model = PPO.load('model')
-