notBradPitt

Results 12 comments of notBradPitt

This is not a bug, the model is based on DeepNude released 2-3 years ago which was taken down shortly after it was released. Either you aren't selecting the appropriate...

> What about price? Which price should each action takes at? It's described here: https://towardsdatascience.com/finrl-for-quantitative-finance-tutorial-for-multiple-stock-trading-7b00763b7530 I believe each action takes place after the market closes and hopefully you'll make a...

I'm not too sure, but I think it's the opposite. The default timeframe is day, so you run the code once the market closes and the model determines what action...

Yes. I don't think Colab has them pre-installed on their machine, so I tried using both pip and from the repo

> \# Instantiate the agent > model = DQN("MlpPolicy", env, verbose=1) > \# Train the agent and display a progress bar > model.learn(total_timesteps=int(2e5), progress_bar=True) > \# Save the agent >...

I'm facing the same issue and I assumed it was just an error on my part, but apparently not. I think the root of the problem is the `Pyfolio` library...

I'd love to submit a PR to Pyfolio, but the repository hasn't been updated for a while. Should I just make a fork and change the requirements here to reflect...

@zhumingpassional The fix involves modifying Pyfolio package, which I don't think will be updated or accept PR. So I'm asking if I could just fork the Pyfolio package and change...

Here is the code, `backtest_plot` from `finrl.plot` ![image](https://user-images.githubusercontent.com/85218180/229292684-86cb5afc-72e7-40f3-862b-738de6b3d58d.png) The comment is located in `config.py` ![image](https://user-images.githubusercontent.com/85218180/229292608-ca29256c-d805-4187-9890-b1d2b7854721.png) At first I thought setting the date to Monday would solve the issue, but now...

> Can you explain more and the code position? WRDS is not necessary…I forget how wrds is requirement? So, library `wrds>=3.1.6` is installed from here when I install from git...