Skip to content

Commit

Permalink
changes based on july 5th meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
Niki Love committed Jul 5, 2024
1 parent 20cee89 commit 45367b3
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 297 deletions.
4 changes: 2 additions & 2 deletions hyperpars/ppo-caribou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ algo_config:

# env
env_id: "CaribouScipy"
config: {"r_b":.25 } #this is what is passed into the creation of the environment, could pass diff param values here to change the defaults (instead of messing with the params defined in caribou_ode.py)
config: {} #this is what is passed into the creation of the environment, could pass diff param values here to change the defaults (instead of messing with the params defined in caribou_ode.py)
n_envs: 12

tensorboard: "/home/rstudio/logs"
Expand All @@ -44,7 +44,7 @@ total_timesteps: 5000000
use_sde: True
repo: "boettiger-lab/rl4eco"
save_path: "../saved_agents"
id: "LFupdate"
id: "LFupdate_shortTF1strat"
#rppo - ppo that has memory (should be better than PPO but hard to train lol)
#td3 - giving some weird errors
#tqc is actually better if we can give it enough time to run
Expand Down
Loading

0 comments on commit 45367b3

Please sign in to comment.