Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHollingsworth committed Oct 16, 2024
1 parent 2a95433 commit d2bdd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/agent_examples/whittington_2020_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}

# Full model training consists of 20000 episodes
training_loop_params = {"n_episode": 3000, "params": full_agent_params, "random_state": False, "custom_state": [0.0, 0.0]}
training_loop_params = {"n_episode": 5000, "params": full_agent_params, "random_state": False, "custom_state": [0.0, 0.0]}

# Create the training simulation object
sim = SingleSim(
Expand Down

0 comments on commit d2bdd14

Please sign in to comment.