Kentris commited on
Commit
a6e9233
1 Parent(s): f05a1a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
- library_name: stable-baselines3
3
  tags:
4
  - LunarLander-v2
5
  - deep-reinforcement-learning
6
  - reinforcement-learning
7
- - stable-baselines3
8
  model-index:
9
  - name: PPO
10
  results:
@@ -34,4 +33,4 @@ from stable_baselines3 import ...
34
  from huggingface_sb3 import load_from_hub
35
 
36
  ...
37
- ```
 
1
  ---
2
+ library_name: deep-rl-course
3
  tags:
4
  - LunarLander-v2
5
  - deep-reinforcement-learning
6
  - reinforcement-learning
 
7
  model-index:
8
  - name: PPO
9
  results:
 
33
  from huggingface_sb3 import load_from_hub
34
 
35
  ...
36
+ ```