Finrl-libray Project: github.com/AI4Finance-…

Select FinRL mirror

Select the right machine in the Moment Chi Cloud – host market, and select finrL-Library image.

Logging In to the Server

There are two login methods for viewing server information in the rental list.

  1. JupyterLab login:

Browser to JupyterLab link.

Enter the finrl-library directory and select the appropriate program to run.

  • Run *. Ipynb

Select the corresponding IPynb file (such as finrl_ensemble_stock_trading_ICAIF_2020.ipynb), run the cells one by one, and view the running results.

  • Run *. Py

Method 1 – Create terminal, run the Python script:

(1) Click + and select Create Terminal.

(2) In Terminal, run the Python script (such as main.py).

Method 2 – Run the py program in the notebook

In the notebook, edit the following command in the cell and run main.py.

! python main.py --mode=train
Copy the code

  1. SSH login:

Copy the SSH connection of the server in the rental list and use terminal software such as Git bash or Windows Terminal to log in to the remote server.

Enter /home/finrl-library/ and run the test main.py and other programs under the default base environment.

$ python main.py --mode=train
Copy the code

* Note: Due to network reasons, timeout may occur during the fetch data, so you can repeat it several times