huph22 commited on
Commit
7897ffe
·
verified ·
1 Parent(s): 5077700
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -26,6 +26,12 @@ rl_envs = [
26
  "rl_env": "LunarLander-v2",
27
  "video_link": "",
28
  "global": None
 
 
 
 
 
 
29
  }
30
  ]
31
 
 
26
  "rl_env": "LunarLander-v2",
27
  "video_link": "",
28
  "global": None
29
+ },
30
+ {
31
+ "rl_env_beautiful": "BipedalWalker-v3 🚀",
32
+ "rl_env": "BipedalWalker-v3",
33
+ "video_link": "",
34
+ "global": None
35
  }
36
  ]
37