AI4Finance-Foundation / AI4Finance-Foundation/FinRL
FinRL Paper Trading demo bug
- 主要语言
- Jupyter Notebook
- 星标
- 16.3k
- 派生
- 3.5k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I get the following errors when I run FinRL Paper trading demo. Please can you help?
TypeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
----> 1 train (start_date = '2022-12-04',
2 end_date = '2022-12-24',
3 ticker_list = ticker_list,
4 data_source = 'alpaca',
5 time_interval= '1Min',
2 frames
[](https://localhost:8080/#) in train(start_date, end_date, ticker_list, data_source, time_interval, technical_indicator_list, drl_lib, env, model_name, if_vix, **kwargs)
58 )
59 model = agent.get_model(model_name, model_kwargs=erl_params)
---> 60 trained_model = agent.train_model(
61 model=model, cwd=cwd, total_timesteps=break_step
62 )
[](https://localhost:8080/#) in train_model(self, model, cwd, total_timesteps)
75 model.cwd = cwd
76 model.break_step = total_timesteps
---> 77 train_agent(model)
78
79 @staticmethod
[](https://localhost:8080/#) in train_agent(args)
308 env = build_env(args.env_class, args.env_args)
309 agent = args.agent_class(args.net_dims, args.state_dim, args.action_dim, gpu_id=args.gpu_id, args=args)
--> 310 agent.states = env.reset()[np.newaxis, :]
311
312 evaluator = Evaluator(eval_env=build_env(args.env_class, args.env_args),
TypeError: tuple indices must be integers or slices, not tuple
I'm running windows 10, python 3.10, on google chrome
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。