Fix typo in meme

This commit is contained in:
2024-10-03 23:28:29 +02:00
parent 9b62a141fa
commit a43c9550ac
3 changed files with 2 additions and 2 deletions
+1 -1
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"),
(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"),
(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"),
(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"),