mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-04-25 10:09:09 -04:00
29 lines
846 B
Markdown
29 lines
846 B
Markdown
## reinforcement learning
|
|
|
|
<br>
|
|
|
|
##### 🤖 *reinforcement learning is learning what to do (how to map situations to actions) so as to maximize a numerical reward signal.*
|
|
|
|
##### 🤖 *an autonomous agent is a software program or system that can operate independently and make decisions on its own, without direct intervention from a human.*
|
|
|
|
<br>
|
|
|
|
|
|
---
|
|
|
|
### tools
|
|
|
|
* [gymnasium api](https://gymnasium.farama.org/)
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
### resources
|
|
|
|
<br>
|
|
|
|
* [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)
|