becktepe commited on
Commit
d9632f2
·
verified ·
1 Parent(s): ee4a83e

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -52,3 +52,9 @@ Each seed is contained in its own subdirectory. You can load a model using:
52
  ```python
53
  from stable_baselines3 import PPO
54
  model = PPO.load("0/ckpt_latest.zip")
 
 
 
 
 
 
 
52
  ```python
53
  from stable_baselines3 import PPO
54
  model = PPO.load("0/ckpt_latest.zip")
55
+ ```
56
+
57
+ ## References
58
+
59
+ * [Plug-and-Play Benchmarking of Reinforcement Learning Algorithms for Large-Scale Flow Control](http://arxiv.org/abs/2601.15015)
60
+ * [FluidGym GitHub Repository](https://github.com/safe-autonomous-systems/fluidgym)