mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-05-07 17:14:56 -04:00
Rename README.md to README.md
This commit is contained in:
parent
61b747d26c
commit
963bde6b3b
1 changed files with 0 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue