-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add "autoreward_volume" key to session.task_parameters dictionary #1515
Comments
@DowntonCrabby because naming things is hard: you want (the latter is how it's listed in the pickle file, prompting me to ask) |
@danielsf lets do autoreward_volume I will also open another ticket to unify the naming related to autorewards. |
Cool (also 🤦 in reaction to your second paragraph) |
actually @danielsf lets do auto_reward_volume , that way it's consistent with the pkl file as well. I only preferred "autoreward" for brevity sake, which seems silly. Sorry to flip flop like that! |
Describe the use case that is addressed by this feature.
currently the task_parameters dictionary only has a "reward_volume" key, whose value is 0.007, however we also have autorewards at the beginning and throughout the session, and the autoreward volume is 0.005, so it is important to record that information somewhere as well.
Describe the solution you'd like
add a "autoreward_volume" key with the value "0.005" to the dictionary
Describe alternatives you've considered
Any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered: