RL, another error

Deep Reinforcement, Section No: 18, Unit No: 13, Unit type: Notebook

FileNotFoundError: [Errno 2] No such file or directory: '../data_modules/trade_logs_mixed_2.bz2'

This course has become total disaster. You guys should not offer courses half way done, and at such price. The course is getting more dissapoining with each step, towards the end. When it is most important. Comon guys, what's going on here?

Hello Antoni, 



The trade_logs_mixed_2.bz2 file will be created once every 10 episodes of the run function. As per your error message, it looks like the run function didn't save the trade_logs_mixed_2.bz2 file due to the writing access issue in the course portal. Because of this, you are unable to read the file through the trade_analytics function. 



Please run this notebook in a local system. Please set the 'TEST_MODE' to 'False' in rl_config. Due to restricted writing access and limited resources, this notebook is presented in 'TEST_MODE'. You can take full advantage of the code by running this in your local system with 'TEST_MODE' = 'FALSE'



I hope this helps!