stable-baselines3
felimomo commited on
Commit
838fc4b
1 Parent(s): 1e09810

Upload sb3/../hyperpars/ppo-caribou.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. hyperpars/ppo-caribou.yml +12 -0
hyperpars/ppo-caribou.yml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # stable-baselines3 configuration
2
+
3
+ algo: "PPO"
4
+ env_id: "CaribouScipy"
5
+ config: {}
6
+ n_envs: 12
7
+ tensorboard: "/home/rstudio/logs"
8
+ total_timesteps: 500000
9
+ use_sde: True
10
+ repo: "boettiger-lab/rl4eco"
11
+ save_path: "../saved_agents"
12
+ id: "2"