mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-04-22 08:49:16 -04:00
Create README.md
This commit is contained in:
parent
1e5e61235e
commit
51c0592636
28
rl/README.md
Normal file
28
rl/README.md
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user