Course Name: Deep Reinforcement Learning in Trading, Section No: 21, Unit No: 2, Unit type: Document
Where can I find the rl_config file? Not able to locate in any of the downloads.
Hi Harish,
The rl_config is not a file but is a configuration dictionary, defined just before we call the run function. For instance, in the case of the notebook at Section 18, Unit 13, rl_config is defined in code cell [4] of the notebook.
Hope this helps!