Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Implementations of RL trading algorithms to simulate dynamic fee policy in exchanges

[Project Overview in 3lines]

  1. Why are exchange fees fixed? Can’t we dynamically up and down the fees depending on market conditions?
  2. Make a dynamic fee policy environments where reinforcement learning agents learn trading policies
  3. Provide insight into what the fee policy is optimized for exchanges

[The algorithm of the Trading agent -pytorch based]

  1. PPO + MobileNet
  2. RAINBOW + MobileNet
  3. RAINBOW + Transformer(MultiheadAttention)

[Your Utility] If you want to use reinforcement learning in stock investment, you can use this source and it will be a baseline! (However, in this simulation, ROI was not the goal. So the performance is not guaranteed. 🙁 )

Below is a 2:30 second video link and a medium article link describing the project.

[Youlink] https://youtu.be/kBjv4KmkEHU

[Medium link] https://medium.com

All source code is available in the following repo https://github.com/deconlab

submitted by /u/JeffreyKR9410
[link] [comments]