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.45k stars 1.01k forks source link

Technical Analysis Library in Python (ta) required for tests but not described anywhere? #444

Open jasongoodwin opened 2 years ago

jasongoodwin commented 2 years ago

Describe the current behavior ta is a requirement for the tests test_env.py adds ta.

May want to add a requirements.txt file to tests /tests folder similar to examples. Will try to push something.

Not sure if anything else required but it's a start. Tests run for me after this.

jasongoodwin commented 2 years ago

https://github.com/tensortrade-org/tensortrade/pull/445