fixes autowater in warmup curriculum#126
Conversation
|
wait for #129 to be merged |
|
@micahwoodard Do we have any tools for viewing these curriculums other than reading the JSON files? Its hard to parse |
|
@alexpiet I don't have any. @bruno-f-cruz do you or does scicomp? |
|
Depends on what "viewing these curricula other than reading the JSON files" requires. The following pieces of information come to mind:
|
|
You can see curriculum stage information in the project views, flip the "color by" dropdown to "curriculum stage" |
|
Read this more carefully: yes I think we should develop a generic curriculum viewer and stick it in the data portal, I'll spend some time on that. We also have the project pages which work similarly to what Bruno has for VR foraging, but there's no support right now for seeing the "next session" plan because it's stored in dataverse and we don't have a proper API yet for dataverse access (currently you can only access tables directly, which is a level of access that we should not build into the data portal). Bruno also has the custom session figures he generates, and we will slowly catch up to that on the data portal for VR foraging and we can do the same for dynamic foraging. All that said, I don't think there's any reason for projects/platforms not to maintain their own viewers if they find that useful or want to stay ahead of what I can maintain with the data portal. The data portal will always be a subset of the things you want because it's public facing and has to be a little more intuitive / self-explanatory then whatever bespoke view you might want. My general view with agents working as well as they do is that scientists should build stuff out that they find useful and talk to scientific computing regularly about what they're doing, and when someone wants to move on they should let us know so we can take over the "good" parts of what you built and maintain them long-term. |
Fixes autowater in curriculums subsequently fixing warmup bug of block not switching every trial. Also adds minimum reward check into warmup and removes from coupled trial generator
While I was fixing curriculums also added stage names to task logic
closes #110
closes #108