Skip to content

Commit

Permalink
add Condition to timescales
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Nov 11, 2020
1 parent 2fe002c commit 51a48e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions env/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ const (
// when conditions are varied across blocks.
Block

// Condition is a collection of Blocks that share the same set of parameters.
// This is intermediate between Block and Run levels.
Condition

// Epoch is used in two different contexts. In machine learning, it represents a
// collection of Trials, Sequences or Events that constitute a "representative sample"
// of the environment. In the simplest case, it is the entire collection of Trials
Expand Down
17 changes: 9 additions & 8 deletions env/timescales_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51a48e3

Please sign in to comment.