Reinforcement Learning
stable-baselines3
LunarLander-v2
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use chenh0001/ppo-LunarLander-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use chenh0001/ppo-LunarLander-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="chenh0001/ppo-LunarLander-v2", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Video Preview
#1
by BJyotibrat - opened
I want to add a video preview of my RL agent, but was not able to do so. Can you tell me how to do that?
Anyone who is reading this, I figured out myself how to that which is to name our video file as replay.mp4 and keep it in the root directory, it will be fetched automatically.
BJyotibrat changed discussion status to closed