rl-ecology / sb3 /ppo-asm2-v0-1.yml
cboettig's picture
Upload sb3/ppo-asm2-v0-1.yml with huggingface_hub
f84412c
raw
history blame contribute delete
195 Bytes
# stable-baselines3 configuration
algo: "PPO"
env_id: "asm2-v0"
n_envs: 12
tensorboard: "/home/jovyan/logs"
total_timesteps: 6000000
config: {}
use_sde: True
id: "1"
repo: "cboettig/rl-ecology"