Skip to content

Commit

Permalink
minor doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Mar 9, 2024
1 parent 716d725 commit f2aa49f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions params/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,9 @@ type Set struct { //gti:add
// description of this param set -- when should it be used? how is it different from the other sets?
Desc string `width:"60"`

// Sheet's grouped according to their target and / or function, e.g.,
Sheets Sheets `Network" for all the network params (or "Learn" vs. "Act" for more fine-grained), and "Sim" for overall simulation control parameters, "Env" for environment parameters, etc. It is completely up to your program to lookup these names and apply them as appropriate"`
// Sheet's grouped according to their target and / or function. For example,
// "Network" for all the network params (or "Learn" vs. "Act" for more fine-grained), and "Sim" for overall simulation control parameters, "Env" for environment parameters, etc. It is completely up to your program to lookup these names and apply them as appropriate.
Sheets Sheets
}

// SheetByNameTry tries to find given sheet by name, and returns error
Expand Down

0 comments on commit f2aa49f

Please sign in to comment.