Fix typo in meme

This commit is contained in:
Dominik Moritz Roth 2024-10-03 23:28:29 +02:00
parent 9b62a141fa
commit a43c9550ac
3 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ items = [
(True, "Write an elegant libary to interface with the game and then use that to write the script"), (True, "Write an elegant libary to interface with the game and then use that to write the script"),
(False, "But I would still need to write the control policy by hand"), (False, "But I would still need to write the control policy by hand"),
(True, "Let's extend the libary such that it trains a policy via Reinforcement Learning"), (True, "Let's extend the libary such that it trains a policy via Reinforcement Learning"),
(False, "But RL is takes a huge number of training samples"), (False, "But RL takes a huge number of training samples"),
(True, "Extend the libary to also include an efficient simulator"), (True, "Extend the libary to also include an efficient simulator"),
(False, "But I don't know what the actual internal dynamics are"), (False, "But I don't know what the actual internal dynamics are"),
(True, "Extend the libary once more to also include a neural network dynamics model"), (True, "Extend the libary once more to also include a neural network dynamics model"),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 KiB

After

Width:  |  Height:  |  Size: 748 KiB

View File

@ -84,7 +84,7 @@ default_items = [
(True, "Write an elegant libary to interface with the game and then use that to write the script"), (True, "Write an elegant libary to interface with the game and then use that to write the script"),
(False, "But I would still need to write the control policy by hand"), (False, "But I would still need to write the control policy by hand"),
(True, "Let's extend the libary such that it trains a policy via Reinforcement Learning"), (True, "Let's extend the libary such that it trains a policy via Reinforcement Learning"),
(False, "But RL is takes a huge number of training samples"), (False, "But RL takes a huge number of training samples"),
(True, "Extend the libary to also include an efficient simulator"), (True, "Extend the libary to also include an efficient simulator"),
(False, "But I don't know what the actual internal dynamics are"), (False, "But I don't know what the actual internal dynamics are"),
(True, "Extend the libary once more to also include a neural network dynamics model"), (True, "Extend the libary once more to also include a neural network dynamics model"),