Skip to content

Python script to train an agent training base on deep evolution strategy learning

Notifications You must be signed in to change notification settings

noke8868/agent-trading-deep-evolution-strategy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agent trading deep evolution strategy

This program use a deep evlotution strategy to train a trading agent in order to predict the best time to buy or sell stocks.

Dependencies

Install the following packages with 'pip install' in python3

  • numpy
  • matplotlib
  • pandas
  • pandas_datareader
  • seaborn

How to use it?

Edit the main.py script and enter the desired parameters like the stock you want to check out, the money you have etc. Launch the script. Done!

Buy-Sell graph generated by the script

About

Python script to train an agent training base on deep evolution strategy learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%