How to use rootacess/ppo-LunarLander-v2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("rootacess/ppo-LunarLander-v2", dtype="auto")
This is a trained model of a PPO agent playing LunarLander-v2.