Skip to content

Commit cfffc12

Browse files
FloWsnrLTMeyer
andauthored
added max rollout steps to dataset docstring (#53)
* added max rollout steps to dataset docstring * Update the_well/data/datasets.py Co-authored-by: Lucas Meyer <LTMeyer@users.noreply.github.com> --------- Co-authored-by: Lucas Meyer <LTMeyer@users.noreply.github.com>
1 parent 6d77553 commit cfffc12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

the_well/data/datasets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ class WellDataset(Dataset):
136136
Whether to normalize data in the dataset
137137
normlization_type:
138138
What type of dataset normalization. Callable Options: ZSCORE and RMS
139+
max_rollout_steps:
140+
Maximum number of output steps to return in a single sample. Return the full trajectory if larger than its actual length.
139141
n_steps_input:
140142
Number of steps to include in each sample
141143
n_steps_output:

0 commit comments

Comments
 (0)