Skip to content

iamlilAJ/RL_trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL_financ

Setup and Baseline

Tools(and basic tutorial):

  1. Google Colab Pro (for enable terminal)

  2. Github

Video : https://www.youtube.com/watch?v=RGOj5yH7evk

Docs : https://docs.github.com/en/get-started/quickstart/hello-world

  1. VS Code

Baseline

I upload a jupyter notebook on my github. It's a reproduction of gym_anytrading and I will update it after I am famliar with the package. And the new baeline using stable_baseline could be found in the project.

Clone and Run via
git clone https://github.com/iamlilAJ/RL_finance.git

For Teamwork on Github using Colab

Read this tutorial colab

(Optional) Using Colab in VS Code

Tutorial1 : https://colab.research.google.com/github/JayThibs/jacques-blog/blob/master/_notebooks/2021-09-27-connect-to-colab-from-local-vscode.ipynb#scrollTo=0AbYYRo5pa6W

PS : I am in China now (which restricts some software and websites so I have to use a more complecated method to connect it. So I am not that sure this method works for you guys.

Some example code

In Colab

!pip install colab_ssh --upgrade
!git init
!git remote add origin https://<username>:<password>@github.com/iamlilAJ/RL_finance.git
from colab_ssh import launch_ssh_cloudflared, init_git_cloudflared
launch_ssh_cloudflared(password="password for ssh connection")

init_git_cloudflared('https://github.com/iamlilAJ/RL_finance')

# Connect to drive
from google.colab import drive
drive.mount('/content/gdrive/')

In Terminal

git clone https://github.com/iamlilAJ/RL_finance.git
###After some change
git add .
git commit -m "message for commit"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published