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: 2,049 Bytes
bf1b1e5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | {
"env_id": "LunarLander-v3",
"env_kwargs": {},
"selection_metric": "mean_reward",
"min_improvement": 0.0,
"candidate": {
"mean_reward": 280.65702628540856,
"std_reward": 34.31442136477228,
"course_score": 246.3426049206363,
"success_rate_200": 0.99,
"mean_episode_length": 219.81,
"min_reward": 4.306382930665833,
"max_reward": 322.0482304101894,
"n_episodes": 100
},
"current_hub": {
"mean_reward": 268.08165448651226,
"std_reward": 27.115744906788834,
"course_score": 240.96590957972342,
"success_rate_200": 0.98,
"mean_episode_length": 276.98,
"min_reward": 113.58891609387271,
"max_reward": 307.32158342228956,
"n_episodes": 100
},
"improvement": 12.575371798896299,
"evaluation_seeds": [
10000,
10001,
10002,
10003,
10004,
10005,
10006,
10007,
10008,
10009,
10010,
10011,
10012,
10013,
10014,
10015,
10016,
10017,
10018,
10019,
10020,
10021,
10022,
10023,
10024,
10025,
10026,
10027,
10028,
10029,
10030,
10031,
10032,
10033,
10034,
10035,
10036,
10037,
10038,
10039,
10040,
10041,
10042,
10043,
10044,
10045,
10046,
10047,
10048,
10049,
10050,
10051,
10052,
10053,
10054,
10055,
10056,
10057,
10058,
10059,
10060,
10061,
10062,
10063,
10064,
10065,
10066,
10067,
10068,
10069,
10070,
10071,
10072,
10073,
10074,
10075,
10076,
10077,
10078,
10079,
10080,
10081,
10082,
10083,
10084,
10085,
10086,
10087,
10088,
10089,
10090,
10091,
10092,
10093,
10094,
10095,
10096,
10097,
10098,
10099
],
"replay": {
"path": "/content/hf-staging/KaptainKris__HuggingFace_RL_Course/replay.mp4",
"seed": 42,
"reward": 266.92386324755154,
"steps": 222
}
} |