Instructions to use KaptainKris/HuggingFace_RL_Course with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use KaptainKris/HuggingFace_RL_Course with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="KaptainKris/HuggingFace_RL_Course", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
File size: 164 Bytes
bf1b1e5 | 1 2 3 4 5 6 7 | {
"algorithm": "PPO",
"env_id": "LunarLander-v3",
"model_name": "ppo-LunarLander-v3",
"mean_reward": 280.65702628540856,
"std_reward": 34.31442136477228
} |