pythonlessons / FinRock

Reinforcement Learning package for Finance
Apache License 2.0
93 stars 21 forks source link

Branch one #5

Closed vick2592 closed 7 months ago

vick2592 commented 7 months ago

Adding necessary requirements for the live data downloader integration.

vick2592 commented 7 months ago

Also, I noticed in the Readme file that you need to pip install these: pip install pygame Do we need pygame for this application in the future? I will install it for now, but perhaps we may need to add it if it is a requirement.

vick2592 commented 7 months ago

Update on commit. After further troubleshooting, I believe the API has changed since last year and now requires direct get requests. I will test the new API and redo Pull Request.