epsil commited on
Commit
edeed1c
1 Parent(s): 4d8a0b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -8
README.md CHANGED
@@ -25,12 +25,4 @@ This is a trained model of a **PPO** agent playing **Walker2DBulletEnv-v0**
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
- ...
36
- ```
25
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
26
 
27
  ## Usage (with Stable-baselines3)
 
28