Added: Contributions

This commit is contained in:
lucifermorningstart1305
2022-12-08 23:52:01 +13:00
parent d3a8e6ea34
commit c800ddfa01

View File

@@ -38,3 +38,14 @@ It implies that the action taken by our agent is conditional solely on the prese
### Value-based Methods:
- Another approach to solving RL problems.
- Here, instead of training a policy, we train a **value function** that maps each state to the expected value of being in that state.
Contributions are welcomed :hugs:
If you want to improve the course, you can [open a Pull Request.](https://github.com/huggingface/deep-rl-class/pulls)
This glossary was made possible thanks to:
- [@lucifermorningstar1305](https://github.com/lucifermorningstar1305)
- [@daspartho](https://github.com/daspartho)
- [@misza222](https://github.com/misza222)