File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 44[ ![ Coverage] ( https://codecov.io/gh/JuliaReinforcementLearning/Trajectories.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/JuliaReinforcementLearning/Trajectories.jl )
55[ ![ PkgEval] ( https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/T/Trajectories.svg )] ( https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/report.html )
66
7- ## Core Concepts
8-
9- ### Install & Usage
10-
11- ``` julia
12- julia> ] add Trajectories
13-
14- julia> using Trajectories
15- ```
16-
17- ### Trace
18-
19- ``` julia
20- Trace (data)
21- ```
22-
23- A wrapper of arbitrary container. Generally we assume the ` data ` is an
24- ` AbstractVector ` like object. When an ` AbstractArray ` is given, we view it as a
25- vector of sub-arrays along the last dimension.
26-
27- ``` julia
28- t = Trace ([1 ,2 ,3 ])
29- ```
30-
31-
327## Design
338
349```
You can’t perform that action at this time.
0 commit comments