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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -52,3 +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")
 
 
 
 
 
52
  ```python
53
  from stable_baselines3 import SAC
54
  model = SAC.load("0/ckpt_latest.zip")
55
+
56
+ ## References
57
+
58
+ * [Model Paper](http://arxiv.org/abs/2601.15015)