mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-05-12 19:42:14 -04:00
Create README.md
This commit is contained in:
parent
ced7814714
commit
26b6973d19
1 changed files with 31 additions and 0 deletions
31
agents/README.md
Normal file
31
agents/README.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
## 🧠📈 high-frequency trading and deep learning
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
#### 👉 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)
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### resources
|
||||
|
||||
<br>
|
||||
|
||||
* [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)
|
Loading…
Add table
Add a link
Reference in a new issue