From 08ef3484242eee4f48011e1d51cc9dad100c6788 Mon Sep 17 00:00:00 2001 From: Felipe Montealegre-Mora Date: Fri, 8 Mar 2024 19:43:48 +0000 Subject: [PATCH] yaml changes --- hyperpars/ppo-caribou.yml | 2 +- hyperpars/rppo-caribou.yml | 2 +- hyperpars/td3-caribou.yml | 2 +- hyperpars/tqc-caribou.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hyperpars/ppo-caribou.yml b/hyperpars/ppo-caribou.yml index 1420371..b3aa2a7 100644 --- a/hyperpars/ppo-caribou.yml +++ b/hyperpars/ppo-caribou.yml @@ -7,6 +7,6 @@ n_envs: 12 tensorboard: "/home/rstudio/logs" total_timesteps: 500000 use_sde: True -repo: "cboettig/rl-ecology" +repo: "boettiger-lab/rl4eco" save_path: "../saved_agents" id: "2" \ No newline at end of file diff --git a/hyperpars/rppo-caribou.yml b/hyperpars/rppo-caribou.yml index 6dfb284..5478c47 100644 --- a/hyperpars/rppo-caribou.yml +++ b/hyperpars/rppo-caribou.yml @@ -9,5 +9,5 @@ total_timesteps: 500000 config: {} use_sde: True id: "1" -repo: "cboettig/rl-ecology" +repo: "boettiger-lab/rl4eco" save_path: "/home/rstudio/rl4caribou/saved_agents" diff --git a/hyperpars/td3-caribou.yml b/hyperpars/td3-caribou.yml index 5e254f6..1e673f5 100644 --- a/hyperpars/td3-caribou.yml +++ b/hyperpars/td3-caribou.yml @@ -6,5 +6,5 @@ config: {} tensorboard: "/home/rstudio/logs" total_timesteps: 500000 id: "1" -repo: "cboettig/rl-ecology" +repo: "boettiger-lab/rl4eco" save_path: "/home/rstudio/rl4caribou/saved_agents" \ No newline at end of file diff --git a/hyperpars/tqc-caribou.yml b/hyperpars/tqc-caribou.yml index b7c558e..bacbc98 100644 --- a/hyperpars/tqc-caribou.yml +++ b/hyperpars/tqc-caribou.yml @@ -7,6 +7,6 @@ tensorboard: "/home/rstudio/logs" total_timesteps: 500000 config: {} use_sde: True -repo: "cboettig/rl-ecology" +repo: "boettiger-lab/rl4eco" save_path: "../saved_agents" id: "2" \ No newline at end of file