tensortrade-org / tensortrade

An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.
https://discord.gg/ZZ7BGWh
Apache License 2.0
4.52k stars 1.02k forks source link

Changed stochastic package structure #260

Closed smartin-pck closed 3 years ago

smartin-pck commented 3 years ago

System information

Describe the current behavior I create a new docker container with makefile and when i want to use an example code i get "from stochastic.noise import GaussianNoise ModuleNotFoundError: No module named 'stochastic.noise' "

The reason of this issue that the stochastic deployed new version and all component has been moved into the stochastic.processes folder and now the GaussianNoise is available from stochastic.processes.noise

Code to reproduce the issue
Create new docker with makefile and run train_and_evaluate.ipynb

Solution Replace the import line int the all python script where it's needed or use older version from stochastic package.

rhamnett commented 3 years ago

This appears to have been fixed as per the mention, please re-open if you have further issues.