rl-ecology / sb3 /hyperpars /ppo-caribou-v0-1.yml
cboettig's picture
Upload sb3/hyperpars/ppo-caribou-v0-1.yml with huggingface_hub
2e5fb2c verified
raw
history blame contribute delete
225 Bytes
# stable-baselines3 configuration
algo: "PPO"
env_id: "Caribou-v0"
n_envs: 12
tensorboard: "/home/rstudio/logs"
total_timesteps: 6000000
config: {env_kwargs = {"utility:: }}
use_sde: True
id: "1"
repo: "cboettig/rl-ecology"