stock_market_reinforcement_learning
stock_market_reinforcement_learning copied to clipboard
ImportError: No module named deeplearning_assistant.model_builder
python market_pg.py ./kospi_10.csv pg.h5
Traceback (most recent call last):
File "market_pg.py", line 5, in
why ???
ImportError: No module named deeplearning_assistant.model_builder
I have met with the same question! Ask for help!
I encountered the same problem, anyone can help?
Clone this repo https://github.com/clxdsjyx/deeplearning_assistant to your repo should help.
downloaded deeplearning_assistant directory to project directory, still doesn't work try to run python market_pg.py or python market_pg.py ./kospi_10.csv pg.h5 The issue is the same: ImportError: No module named deeplearning_assistant.model_builder
What am I doing wrong?
The file to be imported is in the deeplearning_assistant repo that was linked above by @TheGU. The code is trying to use the model_builder.py file included in that repo. However the repo includes the file needed but the import statement is wrong, just delete the "deeplearning_assistant" part leaving only "model_builder", no need to download the extra repo