PPO Agent playing LunarLander-v2

This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.

Usage (with Stable-baselines3)

increased the model variants to 32, env = make_vec_env('LunarLander-v2', n_envs=32) this improved the performance somewhat from the standard example

from stable_baselines3 import ...
from huggingface_sb3 import load_from_hub

...
Downloads last month
-
Video Preview
loading

Evaluation results