Jojo78 commited on
Commit
c9960b3
1 Parent(s): 7ce4a63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -25,12 +25,6 @@ This is a trained model of a **PPO** agent playing **LunarLander-v2**
25
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
26
 
27
  ## Usage (with Stable-baselines3)
28
- TODO: Add your code
29
-
30
-
31
- ```python
32
- from stable_baselines3 import ...
33
- from huggingface_sb3 import load_from_hub
34
 
35
  # Create the environment
36
  env = make_vec_env("LunarLander-v2", n_envs=16)
 
25
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
26
 
27
  ## Usage (with Stable-baselines3)
 
 
 
 
 
 
28
 
29
  # Create the environment
30
  env = make_vec_env("LunarLander-v2", n_envs=16)