stable-baselines3
rl4eco / sb3 /hyperpars /ppo-caribou.yml
felimomo's picture
Upload sb3/hyperpars/ppo-caribou.yml with huggingface_hub
cf044d9 verified
raw
history blame
225 Bytes
# stable-baselines3 configuration
algo: "PPO"
env_id: "CaribouScipy"
config: {}
n_envs: 12
tensorboard: "../../../logs"
total_timesteps: 1000000
use_sde: True
repo: "boettiger-lab/rl4eco"
save_path: "../saved_agents"
id: "3"