Spaces:
Runtime error
Runtime error
Commit
·
1a48e11
1
Parent(s):
a51fb44
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,6 +152,7 @@ def get_model_ids(rl_env):
|
|
| 152 |
def get_model_dataframe(rl_env):
|
| 153 |
# Get model ids associated with rl_env
|
| 154 |
model_ids = get_model_ids(rl_env)
|
|
|
|
| 155 |
data = []
|
| 156 |
for model_id in model_ids:
|
| 157 |
"""
|
|
|
|
| 152 |
def get_model_dataframe(rl_env):
|
| 153 |
# Get model ids associated with rl_env
|
| 154 |
model_ids = get_model_ids(rl_env)
|
| 155 |
+
print(model_ids)
|
| 156 |
data = []
|
| 157 |
for model_id in model_ids:
|
| 158 |
"""
|