huph22 commited on
Commit
66da30b
ยท
verified ยท
1 Parent(s): 7897ffe
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -22,18 +22,20 @@ api = HfApi(token=HF_TOKEN)
22
  # Containing the data
23
  rl_envs = [
24
  {
25
- "rl_env_beautiful": "LunarLander-v2 ๐Ÿš€",
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
 
38
  def restart():
39
  print("RESTART")
 
22
  # Containing the data
23
  rl_envs = [
24
  {
 
 
 
 
 
 
25
  "rl_env_beautiful": "BipedalWalker-v3 ๐Ÿš€",
26
  "rl_env": "BipedalWalker-v3",
27
  "video_link": "",
28
  "global": None
29
  }
30
  ]
31
+ '''
32
+ {
33
+ "rl_env_beautiful": "LunarLander-v2 ๐Ÿš€",
34
+ "rl_env": "LunarLander-v2",
35
+ "video_link": "",
36
+ "global": None
37
+ },
38
+ '''
39
 
40
  def restart():
41
  print("RESTART")