Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
felimomo committed Feb 27, 2024
1 parent 5d063c0 commit 8b1402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rl4caribou/envs/caribou.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def dynamics(pop, effort, harvest_fn, p, timestep=1):
#
W + W * (
B**p['x'] * p['a_B'] / denominator
M**p['x'] * p['a_M'] * p['u'] / denominator
+ M**p['x'] * p['a_M'] * p['u'] / denominator
- p['d']
+ p['sigma_W'] * np.random.normal()
),
Expand Down

0 comments on commit 8b1402b

Please sign in to comment.