cboettig commited on
Commit
f84412c
·
1 Parent(s): 7fc4d92

Upload sb3/ppo-asm2-v0-1.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. sb3/ppo-asm2-v0-1.yml +11 -0
sb3/ppo-asm2-v0-1.yml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # stable-baselines3 configuration
2
+
3
+ algo: "PPO"
4
+ env_id: "asm2-v0"
5
+ n_envs: 12
6
+ tensorboard: "/home/jovyan/logs"
7
+ total_timesteps: 6000000
8
+ config: {}
9
+ use_sde: True
10
+ id: "1"
11
+ repo: "cboettig/rl-ecology"