Matthias Wiedemann
Matthias Wiedemann
Thank you so much for your fast answer! I did not realize that I had to download all 3 parts and extract them together. http://mwiki.gichd.org:8090/IM/Combine_several_zip_files Now it is working really...
Hello Lucho! You can do it with > pip install joblib: ``` from sklearn.externals import joblib joblib_file = "joblib_model.pkl" joblib.dump(model, joblib_file) C:\Users\Peaq\Anaconda3\lib\site-packages\sklearn\externals\joblib\__init__.py:15: FutureWarning: sklearn.externals.joblib is deprecated in 0.21 and will...
Hello Lucho! The method I showed you is for the 6.evolution-strategy-agent.ipynb which is also used in the realtime-agent. If you want to save the trained agent of the 19.recurrent-curiosity-q-learning-agent you...
Hello, @Lucho00gh and @windowshopr! I will try to find a new solution for saving the q-learning agent. I have an idea that I will also post here. Did you resolve...
Thank you, Terence! I think what is actually missing is a function for the prediction after training and fitting the model. I will try to write one and make a...
Thank you so much Terence!
The STS would be great, but would probably take a lot of work. So cool - now I get what the kappa parameter is used for :-D You are right,...
Okay I will start a tutorial about Pytorch and I will use the VI with meanfield approximation as a reference to build a notebook for the stock market with Close...
Hello, Hello! I think that this is a wonderful idea :-D If you break up everything a bit into different modules, it will be more comprehensive. Even though I understand...
If you are redoing everything again and are able to add a notebook with meanfield approximation for stock market data I will try it out with delight. To set up...