MehranTaghian / DQN-Trading

A Deep Reinforcement Learning Framework for Stock Market Trading
MIT License
141 stars 48 forks source link

[WinError 206] The filename or extension is too long. #3

Closed WayneMind closed 2 years ago

WayneMind commented 2 years ago

Hi, when I run main.py passes through these two files . the function os.makedirs( ) points out these filename or extension is too long to create. "[WinError 206] The filename or extension is too long. "

I would appreciate it if you can tell me where the problem is. THANKS!

WayneMind commented 2 years ago

Resolve the windows limit on the length of the file name by changing the registry key.The problem has been resolved,thanks.