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