PPO Hyperparemeter tune 1M steps LL-2 agent 825d67c
ASBattu commited on
How to use Battu007/V4_PPO2_LunarLander_v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="Battu007/V4_PPO2_LunarLander_v2",
filename="{MODEL FILENAME}.zip",
)