You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-43Lines changed: 44 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
This is a simple tool which can plot learning curves easily for reinforcement learning.
5
+
This is a simple tool which can plot learning curves easily for reinforcement learning (RL).
6
6
7
7
## Installation
8
8
@@ -15,65 +15,66 @@ pip install rl_plotter
15
15
from source
16
16
17
17
```
18
-
python3 setup.py install
18
+
python setup.py install
19
19
```
20
20
21
21
## Examples
22
22
23
-
First, add a logger in your code (for example: DQN):
23
+
First, add our logger (compatible with [OpenAI-baseline](https://github.com/openai/baselines)) in your code
24
+
25
+
or just [OpenAI-baseline](https://github.com/openai/baselines) bench.Monitor (recommended)
0 commit comments