cboettig commited on
Commit
9705dd1
·
verified ·
1 Parent(s): 8df3815

Upload sb3/hyperpars/tqc-caribou-v0-1.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. sb3/hyperpars/tqc-caribou-v0-1.yml +11 -0
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"