Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TradingEnv.py why we add 6 to n_features? #136

Open
loliksamuel opened this issue Sep 8, 2019 · 2 comments
Open

TradingEnv.py why we add 6 to n_features? #136

loliksamuel opened this issue Sep 8, 2019 · 2 comments

Comments

@loliksamuel
Copy link

No description provided.

@hankly
Copy link

hankly commented Nov 10, 2019

6 is about feature about agent in account_history
self.account_history = pd.DataFrame([{
'balance': self.balance,
'asset_held': self.asset_held,
'asset_bought': 0,
'purchase_cost': 0,
'asset_sold': 0,
'sale_revenue': 0,
}])

@csaluigm
Copy link

i was wondering the same thing. Commit a2a8a6a gives some info Add "asset_held" to "account_history"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants