becktepe commited on
Commit
c2a9678
·
verified ·
1 Parent(s): cba035d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -52,6 +52,7 @@ Each seed is contained in its own subdirectory. You can load a model using:
52
  ```python
53
  from stable_baselines3 import SAC
54
  model = SAC.load("0/ckpt_latest.zip")
 
55
 
56
  ## References
57
 
 
52
  ```python
53
  from stable_baselines3 import SAC
54
  model = SAC.load("0/ckpt_latest.zip")
55
+ ```
56
 
57
  ## References
58