stable-baselines3
felimomo commited on
Commit
b68b8c6
1 Parent(s): ee4e926

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

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