Upload sb3/hyperpars/tqc-caribou-v0-1.yml with huggingface_hub
Browse files
sb3/hyperpars/tqc-caribou-v0-1.yml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# stable-baselines3 configuration
|
2 |
+
|
3 |
+
algo: "TQC"
|
4 |
+
env_id: "Caribou-v0"
|
5 |
+
n_envs: 12
|
6 |
+
tensorboard: "/home/rstudio/logs"
|
7 |
+
total_timesteps: 6000000
|
8 |
+
config: {}
|
9 |
+
use_sde: True
|
10 |
+
id: "1"
|
11 |
+
repo: "cboettig/rl-ecology"
|