Fix typo in meme
This commit is contained in:
@@ -283,7 +283,7 @@ 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"),
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 753 KiB After Width: | Height: | Size: 748 KiB |
+1
-1
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user