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

Facing an error on Trade/Test set while using Covariance matrix as per the tutorial #85

Open
arunbharadwaj2009 opened this issue May 4, 2024 · 0 comments

Comments

@arunbharadwaj2009
Copy link

arunbharadwaj2009 commented May 4, 2024

ValueError Traceback (most recent call last)
in <cell line: 1>()
96
97 e_trade_gym = StockTradingEnv(df = processed_trade,**env_kwargs)
---> 98 env_trade, obs_trade = e_trade_gym.get_sb_env()
99
100 df_account_value_sac, df_actions_sac = DRLAgent.DRL_prediction(

2 frames
/usr/local/lib/python3.10/dist-packages/stable_baselines3/common/vec_env/dummy_vec_env.py in _save_obs(self, env_idx, obs)
106 for key in self.keys:
107 if key is None:
--> 108 self.buf_obs[key][env_idx] = obs
109 else:
110 self.buf_obs[key][env_idx] = obs[key] # type: ignore[call-overload]

ValueError: setting an array element with a sequence. The requested array would exceed the maximum number of dimension of 1.

Screenshot 2024-05-04 at 14 32 30

Screenshot shows how the cov_list feature looks on my testing/trading set. Please help

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

1 participant