Create README.md

This commit is contained in:
apo77yon 2023-03-30 13:08:19 -07:00 committed by GitHub
parent 1e5e61235e
commit 51c0592636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
rl/README.md Normal file
View File

@ -0,0 +1,28 @@
## 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)