diff --git a/agents/README.md b/agents/README.md new file mode 100644 index 0000000..0b94eb7 --- /dev/null +++ b/agents/README.md @@ -0,0 +1,31 @@ +## 🧠📈 high-frequency trading and deep learning + + +
+ +#### 👉 start with [basic ta concepts](trading_on_gmx.md), [defi glossary](defi_glossary.md), and [reinforcement learning notes](reinforcement_learning.md) +#### 👉 check trading [strategy metrics](strategy_metrics.md), [strategy workflow](strategy_workflow.md), and [deep reinforcement learning](deep_reinforcement_learning.md) + + + +
+ +--- + +### resources + +
+ +* [learning to trade with reinforcement learning](https://dennybritz.com/posts/wildml/learning-to-trade-with-reinforcement-learning/) + - denny delights us by showing that training reinforcement learning agents to trade in cryptocurrency markets is quite an interesting problem. + +* [building artificial intelligence trading systems](https://dennybritz.com/posts/building-ai-trading-systems/) + - another gem from denny. "the market does not exist" and "specialization is often where the edge in trading comes from". + +* [list of cexes at coinglass](https://www.coinglass.com/) + +* [reinforcement learning with unsupervised auxiliary tasks, by jaderberg et al](https://arxiv.org/abs/1611.05397) + +* [advances in financial machine learning, by m. prado](https://github.com/midsumm3rDAO/library/blob/main/books/Advances+in+Financial+Machine+Learning.pdf) + +* [reinforcement learning, by r. suton](https://github.com/midsumm3rDAO/library/blob/main/books/SuttonBartoIPRLBook2ndEd.pdf)