Skip to content

im getting scalar error at df_summary #8

@prakash888kp

Description

@prakash888kp

If using all scalar values, you must pass an index

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/dist-packages/pandas/core/internals/construction.py in _extract_index(data)
654
655 if not indexes and not raw_lengths:
--> 656 raise ValueError("If using all scalar values, you must pass an index")
657
658 elif have_series:

ValueError: If using all scalar values, you must pass an index

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions