Skip to content

Commit 04edcc3

Browse files
committed
move parts into doc
1 parent 5ef918f commit 04edcc3

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,6 @@
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
```

0 commit comments

Comments
 (0)