AI4Finance-Foundation / AI4Finance-Foundation/FinRL

Environment

未關閉
#1,149 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Jupyter Notebook
星號
16.3k
分支
3.5k
PR 合併指標
30 天內沒有已合併 PR

描述

I refer to the following environment class
class StockTradingEnv(gym.Env):
def __init__(
self,
config,
initial_account=1e6,
gamma=0.99,
turbulence_thresh=99,
min_stock_rate=0.1,
max_stock=1e2,
initial_capital=1e6,
buy_cost_pct=1e-3,
sell_cost_pct=1e-3,
reward_scaling=2**-11,
initial_stocks=None,
):
price_ary = config["price_array"]
tech_ary = config["tech_array"]
turbulence_ary = config["turbulence_array"]

where is this config file located? it seems that data is passed into this file and broken down onto price array, tech array and turbulence array before running through the rest of the environment. i would like to understand the procedure for this breakdown.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。