Skip to content

Commit

Permalink
editorial for RL
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Jun 29, 2021
1 parent 60b1217 commit 48808c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8-Reinforcement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Reinforcement learning, RL, is seen as one of the basic machine learning paradigms, next to supervised learning and unsupervised learning. RL is all about decisions: delivering the right decisions or at least learning from them.

Imagine you have a simulated environment, like the stock market for example. What happens if you impose this or that regulation does it have a positive or negative effect? The whole point is being able to change course if something negative happen, so called _negative reinforcement_ or if it's a positive outcome, to keep building on that, so called _positive reinforcement_.
Imagine you have a simulated environment such as the stock market. What happens if you impose a given regulation. Does it have a positive or negative effect? If something negative happens, you need to take this _negative reinforcement_, learn from it, and change course. If it's a positive outcome, you need to build on that _positive reinforcement_.

![peter and the wolf](images/peter.png)

Expand Down

0 comments on commit 48808c7

Please sign in to comment.