Skip to content

Commit 1c51af7

Browse files
committed
Upload documentation
1 parent 2d5abdd commit 1c51af7

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,20 @@ Reinforcement Learning package for Finance
44
# Environment Structure:
55
<p align="center">
66
<img src="Tutorials\Documents\01_FinRock.jpg">
7-
</p>
7+
</p>
8+
9+
### Install requirements
10+
```
11+
pip install -r requirements.txt
12+
pip install pygame
13+
```
14+
15+
### Create sinusoid data:
16+
```
17+
python bin/create_sinusoid_data.py
18+
```
19+
20+
### Run environment:
21+
```
22+
python playing.py
23+
```
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Introduction to FinRock package
2+
3+
### Environment Structure:
4+
<p align="center">
5+
<img src="Documents\01_FinRock.jpg">
6+
</p>
7+
8+
### Link to YouTube video:
9+
https://youtu.be/xU_YJB7vilA
10+
11+
### Link to tutorial code:
12+
https://github.com/pythonlessons/FinRock/tree/0.1.0
13+
14+
### Download tutorial code:
15+
https://github.com/pythonlessons/FinRock/archive/refs/tags/0.1.0.zip
16+
17+
18+
### Install requirements:
19+
```
20+
pip install -r requirements.txt
21+
pip install pygame
22+
```
23+
24+
### Create sinusoid data:
25+
```
26+
python bin/create_sinusoid_data.py
27+
```
28+
29+
### Run environment:
30+
```
31+
python playing.py
32+
```

0 commit comments

Comments
 (0)