Skip to content

Commit

Permalink
added example yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Montealegre-Mora committed Jul 9, 2024
1 parent fb03276 commit 5446e3c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions hyperpars/example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# stable-baselines3 configuration
algo: "PPO"
total_timesteps: 100000
algo_config:
tensorboard_log: "../../../logs"
#
policy: 'MlpPolicy'


# env
env_id: "CaribouScipy"
config: {}
n_envs: 12

# io
repo: "cboettig/rl-ecology"
save_path: "../saved_agents"

# misc
# additional_imports: ["torch"]

0 comments on commit 5446e3c

Please sign in to comment.