bonadio commited on
Commit
5e78fe5
1 Parent(s): 18eb200

Qlearning in fin_rl_qlearning_v1.ipynb

Browse files
Files changed (3) hide show
  1. .gitignore +10 -0
  2. README.md +5 -0
  3. fin_rl_qlearning_v1.ipynb +0 -0
.gitignore ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ .idea/
2
+ .vscode/
3
+ .ipynb_checkpoints/
4
+ *.pyc
5
+ venv*/
6
+
7
+ dist/
8
+ *.egg-info/
9
+ build/
10
+ __pycache__/
README.md CHANGED
@@ -5,3 +5,8 @@
5
  # This is what we learned on HF RL Unit1 adjusted to use crypto market data
6
 
7
  ![Model result](https://huggingface.co/bonadio/rl-fin/resolve/main/fin_rl.png)
 
 
 
 
 
 
5
  # This is what we learned on HF RL Unit1 adjusted to use crypto market data
6
 
7
  ![Model result](https://huggingface.co/bonadio/rl-fin/resolve/main/fin_rl.png)
8
+
9
+ # Q-learning
10
+
11
+ Now using q-learnig with a custom enviroment
12
+ fin_rl_qlearning_v1.ipynb
fin_rl_qlearning_v1.ipynb ADDED
The diff for this file is too large to render. See raw diff