Skip to content

Commit edd4c52

Browse files
committed
update readme
1 parent 016b57e commit edd4c52

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

README.md

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -8,50 +8,7 @@
88

99
A typical example of `Trajectory`:
1010

11-
```
12-
╭──── Trajectory ──────────────────────────────────────────────────────────────────────────────────────────────────╮
13-
│ ╭──── Traces ────────────────────────────────────────────────────────────────────────────────────────────────╮ │
14-
│ │ ╭──── state: Trac... ────╮╭──── action: Tra... ────╮╭──── reward: Tra... ────╮╭──── terminal: T... ────╮ │ │
15-
│ │ │ ╭──────────────────╮ ││ ╭──────────────────╮ ││ ╭──────────────────╮ ││ ╭──────────────────╮ │ │ │
16-
│ │ │ │ SubArray │ ││ │ 1 │ ││ │ 1.0 │ ││ │ false │ │ │ │
17-
│ │ │ │ (2,3) │ ││ ╰──────────────────╯ ││ ╰──────────────────╯ ││ ╰──────────────────╯ │ │ │
18-
│ │ │ ╰──────────────────╯ ││ ╭──────────────────╮ ││ ╭──────────────────╮ ││ ╭──────────────────╮ │ │ │
19-
│ │ │ ╭──────────────────╮ ││ │ 2 │ ││ │ 2.0 │ ││ │ false │ │ │ │
20-
│ │ │ │ SubArray │ ││ ╰──────────────────╯ ││ ╰──────────────────╯ ││ ╰──────────────────╯ │ │ │
21-
│ │ │ │ (2,3) │ ││ ╭──────────────────╮ ││ ╭──────────────────╮ ││ ╭──────────────────╮ │ │ │
22-
│ │ │ ╰──────────────────╯ ││ │ ... │ ││ │ ... │ ││ │ ... │ │ │ │
23-
│ │ │ ╭──────────────────╮ ││ ╰──────────────────╯ ││ ╰──────────────────╯ ││ ╰──────────────────╯ │ │ │
24-
│ │ │ │ ... │ ││ ╭──────────────────╮ ││ ╭──────────────────╮ ││ ╭──────────────────╮ │ │ │
25-
│ │ │ ╰──────────────────╯ ││ │ 3 │ ││ │ 3.0 │ ││ │ true │ │ │ │
26-
│ │ │ ╭──────────────────╮ ││ ╰──────────────────╯ ││ ╰──────────────────╯ ││ ╰──────────────────╯ │ │ │
27-
│ │ │ │ SubArray │ ││ ╭──────────────────╮ │╰───────── size: (4,) ───╯╰───────── size: (4,) ───╯ │ │
28-
│ │ │ │ (2,3) │ ││ │ 3 │ │ │ │
29-
│ │ │ ╰──────────────────╯ ││ ╰──────────────────╯ │ │ │
30-
│ │ │ ╭──────────────────╮ │╰───────── size: (5,) ───╯ │ │
31-
│ │ │ │ SubArray │ │ │ │
32-
│ │ │ │ (2,3) │ │ │ │
33-
│ │ │ ╰──────────────────╯ │ │ │
34-
│ │ ╰──── size: (2, 3, 5) ───╯ │ │
35-
│ ╰────────────────────────────────────────────────────────────────────────────────────── 4 traces in total ───╯ │
36-
│ ╭──── sampler ───────────────────────────────────────────────────────╮ │
37-
│ │ BatchSampler │ │
38-
│ │ ━━━━━━━━━━━━━━ │ │
39-
│ │ │ │ │
40-
│ │ ├── transformer => identity (generic function...: identity │ │
41-
│ │ ├── rng => Random._GLOBAL_RNG: Random._GLOBAL_RNG() │ │
42-
│ │ └── batch_size => Int64: 5 │ │
43-
│ ╰────────────────────────────────────────────────────────────────────╯ │
44-
│ ╭──── controler ────────────────────────────╮ │
45-
│ │ InsertSampleRatioControler │ │
46-
│ │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ │ │
47-
│ │ │ │ │
48-
│ │ ├── threshold => Int64: 4 │ │
49-
│ │ ├── n_sampled => Int64: 0 │ │
50-
│ │ ├── ratio => Float64: 0.25 │ │
51-
│ │ └── n_inserted => Int64: 4 │ │
52-
│ ╰───────────────────────────────────────────╯ │
53-
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
54-
```
11+
![](https://user-images.githubusercontent.com/5612003/167291629-0e2d4f0f-7c54-460c-a94f-9eb4148cdca0.png)
5512

5613
Exported APIs are:
5714

0 commit comments

Comments
 (0)