File tree Expand file tree Collapse file tree 2 files changed +49
-1
lines changed
Expand file tree Collapse file tree 2 files changed +49
-1
lines changed Original file line number Diff line number Diff 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+ ```
Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments