Views
No views yet
1from stable_baselines3 import ...
2from huggingface_sb3 import load_from_hub
3
4checkpoint = load_from_hub(hqbui/ppo_LunarLander_v2, "lunar_lander_ppo_hb_2023_10_08.zip")
5model = PPO.load(checkpoint, custom_objects=custom_objects, print_system_info=True)