windowshopr

Results 53 comments of windowshopr

Narrowed it down to this section from /pysc2/lib/features.py ``` @sw.decorate def available_actions(self, obs): """Return the list of available action ids.""" available_actions = set() hide_specific_actions = self._agent_interface_format.hide_specific_actions for i, func in...

I followed the install instructions mentioned on that page as well, and I receive the same error. Windows 10 64-bit. TA-Lib did install successfully. Any further suggestions? Would love to...

Yeah I can't seem to get this to work. Seems like there's issues with other people having similar issues. I've tried completely uninstalling my Visual Studio 2017, reinstalling 2015, following...

This is a great idea. When I get some time, I will tweak it to get it working without TA-Lib. I saw in the issues of TA-Lib that people with...

Looks like I was able to get it working. In the "process_data.py" file, I used pandas to calculate the moving averages, and then I utilized the "ta" library instead of...

Same issue with me. Trying to clean a .wav file, only about 30 seconds in length. Anyone? Cleaning 1 wavs clean.py:62: WavFileWarning: Chunk (non-data) not understood, skipping it. rate, wav...

Figured it out for me. It was due to my .wav file having extra metadata added to it when I exported it from Audacity. I had to clear this metadata...

Ah that's correct, I don't see any instance of backtrader in the script, you're right. Commented out that install section for now. Oh, and I also added in the below...

@druce I also noticed that using multiple nstocks does not seem to work in Colab either. I don't know if this functionality was just left out when the notebook was...

Best answer I've received in a long time lol thank you for taking the time, it makes lots of sense now. I am interested in that portfolio optimization problem with...