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

ValueError Traceback (most recent call last) #17

Open
nPokemon opened this issue May 15, 2023 · 0 comments
Open

ValueError Traceback (most recent call last) #17

nPokemon opened this issue May 15, 2023 · 0 comments

Comments

@nPokemon
Copy link

======DDPG Validation from: 2021-10-04 to 2022-01-03======Best Model Retraining from: 2010-01-01 to 2022-01-03======Trading from: 2022-01-03 to 2022-04-04

ValueError Traceback (most recent call last)
in <cell line: 1>()----> 1 df_summary = ensemble_agent.run_ensemble_strategy(A2C_model_kwargs, 2 PPO_model_kwargs, 3 DDPG_model_kwargs, 4 timesteps_dict)

5 frames
/usr/local/lib/python3.10/site-packages/pandas/core/internals/construction.py in _extract_index(data) 643 644 if not indexes and not raw_lengths:--> 645 raise ValueError("If using all scalar values, you must pass an index") 646 647 if have_series:
ValueError: If using all scalar values, you must pass an index
Sent message. ======DDPG Validation from: 2021-10-04 to 2022-01-03======Best Model Retraining from: 2010-01-01 to 2022-01-03======Trading from: 2022-01-03 to 2022-04-04 --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in <cell line: 1>()----> 1 df_summary = ensemble_agent.run_ensemble_strategy(A2C_model_kwargs, 2 PPO_model_kwargs, 3 DDPG_model_kwargs, 4 timesteps_dict) 5 frames /usr/local/lib/python3.10/site-packages/pandas/core/internals/construction.py in _extract_index(data) 643 644 if not indexes and not raw_lengths:--> 645 raise ValueError("If using all scalar values, you must pass an index") 646 647 if have_series: ValueError: If using all scalar values, you must pass an index

I got this error, after just running it. No modified have been make , So any thing to fix it ,, Thank you event Bard, OpenAI did not have way to fix it .

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