PPO Agent for LunarLander-v2

Student: Sami Chellia Hugging Face username: Sami94

This repository contains a PPO agent trained for the Hugging Face Deep RL course.

Mean reward: 236.32 +/- 31.77 Total timesteps: 1000000

from huggingface_hub import hf_hub_download
from stable_baselines3 import PPO

model_path = hf_hub_download(repo_id="Sami94/ppo-LunarLander-v2", filename="ppo-LunarLander-v2.zip")
model = PPO.load(model_path)
Downloads last month
16
Video Preview
loading

Evaluation results