diff --git a/hyperpars/ppo-caribou.yml b/hyperpars/ppo-caribou.yml index 19aeb58..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" -save_path: "/home/rstudio/rl4caribou/saved_agents" +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 e6b5011..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" -save_path: "/home/rstudio/rl4caribou/saved_agents" +repo: "boettiger-lab/rl4eco" +save_path: "../saved_agents" id: "2" \ No newline at end of file