Skip to content
/ poc Public

Proof of concept for trading bot using Rainbow DQN algorithm

License

Notifications You must be signed in to change notification settings

varon-fi/poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implement Rainbow DQN for solving Markov Decision Processes

THIS CODE IS FOR RESEARCH PURPOSES ONLY AND IS NOT TO BE USED FOR TRADING OR FINANCIAL ADVICE!

  • Solve the example control task "Qbert"

  • Solve the example control task "Trading Bot"

  • Implements Rainbow Deep Q-Network algorithm:

    • Double DQN
    • Dueling DQN
    • Prioritized Experience Replay
    • Noisy DQN
    • N-Step DQN
    • Distributional DQN

References

About

Proof of concept for trading bot using Rainbow DQN algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published