Commit
·
df5f457
1
Parent(s):
21be15e
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ def check_if_passed(model):
|
|
| 106 |
def test_(hf_username):
|
| 107 |
results_certification = [
|
| 108 |
{
|
| 109 |
-
"unit": "Unit 1
|
| 110 |
"env": "LunarLander-v2",
|
| 111 |
"library": "stable-baselines3",
|
| 112 |
"min_result": 200,
|
|
@@ -115,7 +115,7 @@ def test_(hf_username):
|
|
| 115 |
"passed": False
|
| 116 |
},
|
| 117 |
{
|
| 118 |
-
"unit": "Bonus Unit 1
|
| 119 |
"env": "ML-Agents-Huggy",
|
| 120 |
"library": "ml-agents",
|
| 121 |
"min_result": -100,
|
|
@@ -124,7 +124,7 @@ def test_(hf_username):
|
|
| 124 |
"passed": False
|
| 125 |
},
|
| 126 |
{
|
| 127 |
-
"unit": "
|
| 128 |
"env": "Taxi-v3",
|
| 129 |
"library": "q-learning",
|
| 130 |
"min_result": 5,
|
|
@@ -133,7 +133,7 @@ def test_(hf_username):
|
|
| 133 |
"passed": False
|
| 134 |
},
|
| 135 |
{
|
| 136 |
-
"unit": "
|
| 137 |
"env": "SpaceInvadersNoFrameskip-v4",
|
| 138 |
"library": "stable-baselines3",
|
| 139 |
"min_result": 200,
|
|
@@ -142,7 +142,7 @@ def test_(hf_username):
|
|
| 142 |
"passed": False
|
| 143 |
},
|
| 144 |
{
|
| 145 |
-
"unit": "Unit 4
|
| 146 |
"env": "CartPole-v1",
|
| 147 |
"library": "reinforce",
|
| 148 |
"min_result": 350,
|
|
@@ -151,7 +151,7 @@ def test_(hf_username):
|
|
| 151 |
"passed": False
|
| 152 |
},
|
| 153 |
{
|
| 154 |
-
"unit": "Unit 4
|
| 155 |
"env": "Pixelcopter-PLE-v0",
|
| 156 |
"library": "reinforce",
|
| 157 |
"min_result": 5,
|
|
|
|
| 106 |
def test_(hf_username):
|
| 107 |
results_certification = [
|
| 108 |
{
|
| 109 |
+
"unit": "<a href="https://huggingface.co/deep-rl-course/unit1/introduction">Unit 1</a>",
|
| 110 |
"env": "LunarLander-v2",
|
| 111 |
"library": "stable-baselines3",
|
| 112 |
"min_result": 200,
|
|
|
|
| 115 |
"passed": False
|
| 116 |
},
|
| 117 |
{
|
| 118 |
+
"unit": "Bonus Unit 1",
|
| 119 |
"env": "ML-Agents-Huggy",
|
| 120 |
"library": "ml-agents",
|
| 121 |
"min_result": -100,
|
|
|
|
| 124 |
"passed": False
|
| 125 |
},
|
| 126 |
{
|
| 127 |
+
"unit": "Unit 2",
|
| 128 |
"env": "Taxi-v3",
|
| 129 |
"library": "q-learning",
|
| 130 |
"min_result": 5,
|
|
|
|
| 133 |
"passed": False
|
| 134 |
},
|
| 135 |
{
|
| 136 |
+
"unit": "Unit 3",
|
| 137 |
"env": "SpaceInvadersNoFrameskip-v4",
|
| 138 |
"library": "stable-baselines3",
|
| 139 |
"min_result": 200,
|
|
|
|
| 142 |
"passed": False
|
| 143 |
},
|
| 144 |
{
|
| 145 |
+
"unit": "Unit 4",
|
| 146 |
"env": "CartPole-v1",
|
| 147 |
"library": "reinforce",
|
| 148 |
"min_result": 350,
|
|
|
|
| 151 |
"passed": False
|
| 152 |
},
|
| 153 |
{
|
| 154 |
+
"unit": "Unit 4",
|
| 155 |
"env": "Pixelcopter-PLE-v0",
|
| 156 |
"library": "reinforce",
|
| 157 |
"min_result": 5,
|