Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions the_well/data/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ class WellDataset(Dataset):
Whether to normalize data in the dataset
normlization_type:
What type of dataset normalization. Callable Options: ZSCORE and RMS
max_rollout_steps:
Maximum number of output steps to return in a single sample. Return the full trajectory if larger than its actual length.
n_steps_input:
Number of steps to include in each sample
n_steps_output:
Expand Down