Quentin Gallouédec commited on
Commit
22b004e
·
1 Parent(s): 9f23558
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -27,10 +27,7 @@ logger = setup_logger(__name__)
27
  pp = pprint.PrettyPrinter(width=80)
28
 
29
 
30
- ALL_ENV_IDS = [
31
- "CartPole-v1",
32
- # "BreakoutNoFrameskip-v4",
33
- ]
34
 
35
 
36
  def model_hyperlink(link, model_id):
 
27
  pp = pprint.PrettyPrinter(width=80)
28
 
29
 
30
+ ALL_ENV_IDS = list(gym.registry.keys())
 
 
 
31
 
32
 
33
  def model_hyperlink(link, model_id):