windowshopr

Results 53 comments of windowshopr

No. The t + 1 I think you’re referring to is used for the .iloc function to grab the correct section of time series data from the array. When it...

Yes you should scale the dataset, but I think what you’re going to find with the evolution model is that they have a bad habit of overfitting to the training...

Yes! The test dataset should be on the same scale as the training set (I think) as the model was trained on scaled data. Using an sklearn scaler makes this...

@ghaffari903 Don’t use it haha I was frustrated by failure there. I’d recommend using one of the other agents, evolution doesn’t work great. The actor critic ones are good 👍

That would be awesome! I was actually just looking at adding in a commission to the live agent somehow last night but didn’t want to break it haha. Some kind...

I have this issue too, NOT in Colab. Python 3.10, Windows 10. I see it might have something to do with OpenCV, and [this answer](https://stackoverflow.com/a/60285850) says to install `pip install...

...which I just fixed by running `pip install -U pyqt5`

Thanks, I tried that now. Installed TF==2.2.0 but got that "probability" version error again (my bad), so I installed 2.7.0, and now get: ``` File "G:\Other computers\My Computer\RL_2021\envs\TF_Env.py", line 6,...

I see that dm-reverb is only available on Linux based OS's, I wonder if that's an issue in all this? Would be good to see the DQN tutorial updated for...

I'm having the same issue when trying to run the prepare datasets function from [this repo](https://github.com/metataro/sc2_imitation_learning). Python 3.7, Windows 10, latest version 3.0.0 of PySC2, and version 5.0.9 of the...